MCPcopy 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
229bool Database::isReadOnly() const {
230 return dbConfig->readOnly;
231}
232
233bool Database::isMultiWritesEnabled() const {
234 return dbConfig->enableMultiWrites;

Callers 10

isExprReadOnlyMethod · 0.45
removeFileIfExistsMethod · 0.45
openWALFileMethod · 0.45
syncWALFileMethod · 0.45
truncateWALFileMethod · 0.45
prepareNoLockMethod · 0.45
executeNoLockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected