MCPcopy 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
204AttachedLbugDatabase* ClientContext::getAttachedDatabase() const {
205 return remoteDatabase;
206}
207
208bool ClientContext::isInMemory() const {
209 if (remoteDatabase != nullptr) {

Callers 11

bindFuncFunction · 0.45
executeInternalMethod · 0.45
GetMethod · 0.45
getObjectScanFuncFunction · 0.45
bindNodeTableEntryMethod · 0.45
GetMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected