diff --git a/cpp/algo_module/algorithm/algo.hpp b/cpp/algo_module/algorithm/algo.hpp index c65e99104..53ed67680 100644 --- a/cpp/algo_module/algorithm/algo.hpp +++ b/cpp/algo_module/algorithm/algo.hpp @@ -40,6 +40,8 @@ constexpr const std::string_view kAllSimplePathsArg4 = "max_length"; constexpr const std::string_view kResultAllSimplePaths = "path"; /* cover constants */ +constexpr std::string_view kProcedureCover = "cover"; +constexpr std::string_view kCoverArg1 = "nodes"; constexpr std::string_view kCoverRet1 = "rel"; void AllSimplePaths(mgp_list *args, mgp_graph *memgraph_graph, mgp_result *result, mgp_memory *memory);