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