MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / commit

Method commit

source/core/StarBTreeDatabase.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void BTreeDatabase::commit() {
288 WriteLocker writeLocker(m_lock);
289 doCommit();
290}
291
292void BTreeDatabase::rollback() {
293 WriteLocker writeLocker(m_lock);

Callers 7

cleanupAndCommitMethod · 0.80
WorldStorageMethod · 0.80
syncMethod · 0.80
mainFunction · 0.80
putAllFunction · 0.80
testBTreeDatabaseFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

putAllFunction · 0.64
testBTreeDatabaseFunction · 0.64
TESTFunction · 0.64