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

Method hasDefaultDatabase

src/main/client_context.cpp:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool ClientContext::hasDefaultDatabase() const {
281 return remoteDatabase != nullptr;
282}
283
284void ClientContext::addScalarFunction(std::string name, function::function_set definitions) {
285 TransactionHelper::runFuncInTransaction(

Callers 2

bindFuncFunction · 0.45
bindObjectScanSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected