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

Function attachMessage

src/processor/operator/simple/attach_database.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static std::string attachMessage() {
28 return "Attached database successfully.";
29}
30
31void AttachDatabase::executeInternal(ExecutionContext* context) {
32 auto client = context->clientContext;

Callers 1

executeInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected