Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
static std::string attachMessage() {
28
return
"Attached database successfully."
;
29
}
30
31
void AttachDatabase::executeInternal(ExecutionContext* context) {
32
auto client = context->clientContext;
Callers
1
executeInternal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected