Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
private:
16
std::string graphName;
Callers
6
planCreateGraph
Method · 0.45
planUseGraph
Method · 0.45
mapCreateGraph
Method · 0.45
mapUseGraph
Method · 0.45
bindCreateGraph
Method · 0.45
bindUseGraph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected