Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
std::string ClientContext::getDatabasePath() const {
197
return localDatabase->databasePath;
198
}
199
200
Database* ClientContext::getDatabase() const {
201
return localDatabase;
Callers
8
createNoIndexPKValidator
Function · 0.45
replayShadowPageRecords
Method · 0.45
Checkpointer
Method · 0.45
WALReplayer
Method · 0.45
setContext
Method · 0.45
createGraph
Method · 0.45
dropGraph
Method · 0.45
loadGraphsFromCatalog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected