Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ isReadOnly
Method
isReadOnly
src/main/database.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
bool Database::isReadOnly() const {
230
return dbConfig->readOnly;
231
}
232
233
bool Database::isMultiWritesEnabled() const {
234
return dbConfig->enableMultiWrites;
Callers
10
checkConfidentialStatement
Method · 0.45
isExprReadOnly
Method · 0.45
lbug_prepared_statement_is_read_only
Function · 0.45
removeFileIfExists
Method · 0.45
openWALFile
Method · 0.45
syncWALFile
Method · 0.45
truncateWALFile
Method · 0.45
prepareNoLock
Method · 0.45
executeNoLock
Method · 0.45
validateManualTransaction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected