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

Method bindUseGraph

src/binder/bind/bind_graph.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13std::unique_ptr<BoundStatement> Binder::bindUseGraph(const parser::Statement& statement) {
14 auto useGraph = statement.constCast<parser::UseGraph>();
15 return std::make_unique<BoundUseGraph>(useGraph.getGraphName());
16}
17
18} // namespace binder
19} // namespace lbug

Callers

nothing calls this directly

Calls 1

getGraphNameMethod · 0.45

Tested by

no test coverage detected