Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
std::vector<StorageExtension*> Database::getStorageExtensions() {
226
return extensionManager->getStorageExtensions();
227
}
228
229
bool Database::isReadOnly() const {
230
return dbConfig->readOnly;
Callers
1
executeInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected