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

Method getDatabasePath

src/main/client_context.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string ClientContext::getDatabasePath() const {
197 return localDatabase->databasePath;
198}
199
200Database* ClientContext::getDatabase() const {
201 return localDatabase;

Callers 8

createNoIndexPKValidatorFunction · 0.45
CheckpointerMethod · 0.45
WALReplayerMethod · 0.45
setContextMethod · 0.45
createGraphMethod · 0.45
dropGraphMethod · 0.45
loadGraphsFromCatalogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected