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

Function exportLoadedExtensions

src/processor/operator/simple/export_db.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static void exportLoadedExtensions(stringstream& ss, const ClientContext* clientContext) {
124 auto extensionCypher = extension::ExtensionManager::Get(*clientContext)->toCypher();
125 if (!extensionCypher.empty()) {
126 ss << extensionCypher << std::endl;
127 }
128}
129
130std::string getSchemaCypher(ClientContext* clientContext) {
131 stringstream ss;

Callers 1

getSchemaCypherFunction · 0.85

Calls 2

toCypherMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected