Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
void BTreeDatabase::commit() {
288
WriteLocker writeLocker(m_lock);
289
doCommit();
290
}
291
292
void BTreeDatabase::rollback() {
293
WriteLocker writeLocker(m_lock);
Callers
7
cleanupAndCommit
Method · 0.80
WorldStorage
Method · 0.80
sync
Method · 0.80
main
Function · 0.80
putAll
Function · 0.80
testBTreeDatabase
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
3
putAll
Function · 0.64
testBTreeDatabase
Function · 0.64
TEST
Function · 0.64