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

Method Get

src/main/database_manager.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106DatabaseManager* DatabaseManager::Get(const ClientContext& context) {
107 return context.getDatabase()->getDatabaseManager();
108}
109
110void DatabaseManager::createGraph(const std::string& graphName,
111 storage::MemoryManager* memoryManager, main::ClientContext* clientContext, bool isAnyGraph) {

Callers

nothing calls this directly

Calls 2

getDatabaseManagerMethod · 0.80
getDatabaseMethod · 0.45

Tested by

no test coverage detected