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

Method getGraphName

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

Source from the content-addressed store, hash-verified

11 : Statement{type}, graphName{std::move(graphName)} {}
12
13 std::string getGraphName() const { return graphName; }
14
15private:
16 std::string graphName;

Callers 6

planCreateGraphMethod · 0.45
planUseGraphMethod · 0.45
mapCreateGraphMethod · 0.45
mapUseGraphMethod · 0.45
bindCreateGraphMethod · 0.45
bindUseGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected