Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getAttachedDatabase
Method
getAttachedDatabase
src/main/client_context.cpp:204–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
AttachedLbugDatabase* ClientContext::getAttachedDatabase() const {
205
return remoteDatabase;
206
}
207
208
bool ClientContext::isInMemory() const {
209
if (remoteDatabase != nullptr) {
Callers
11
bindFunc
Function · 0.45
executeInternal
Method · 0.45
Get
Method · 0.45
getObjectScanFunc
Function · 0.45
bindCreateRelTableGroupInfo
Method · 0.45
bindNodeTableEntry
Method · 0.45
getNodeForeignDatabaseName
Function · 0.45
getRelForeignDatabaseName
Function · 0.45
getForeignTableColumnNames
Function · 0.45
Get
Method · 0.45
Get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected