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

Method getStorageExtensions

src/main/database.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225std::vector<StorageExtension*> Database::getStorageExtensions() {
226 return extensionManager->getStorageExtensions();
227}
228
229bool Database::isReadOnly() const {
230 return dbConfig->readOnly;

Callers 1

executeInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected