MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / isAnyGraph

Method isAnyGraph

src/include/parser/graph_statement.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 explicit CreateGraph(std::string graphName, bool isAny = false)
22 : GraphStatement{common::StatementType::CREATE_GRAPH, std::move(graphName)}, isAny{isAny} {}
23 bool isAnyGraph() const { return isAny; }
24
25private:
26 bool isAny = false;

Callers 3

planCreateGraphMethod · 0.45
mapCreateGraphMethod · 0.45
bindCreateGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected