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

Method getGraphs

src/main/database_manager.cpp:390–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390std::vector<catalog::Catalog*> DatabaseManager::getGraphs() const {
391 std::vector<catalog::Catalog*> result;
392 for (auto& graph : graphs) {
393 result.push_back(graph.get());
394 }
395 return result;
396}
397
398} // namespace main
399} // namespace lbug

Callers 3

bindFuncFunction · 0.80

Calls 2

push_backMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected