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

Method contentIdentifier

source/core/StarBTreeDatabase.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54String BTreeDatabase::contentIdentifier() const {
55 ReadLocker readLocker(m_lock);
56 return m_contentIdentifier;
57}
58
59void BTreeDatabase::setContentIdentifier(String contentIdentifier) {
60 WriteLocker writeLocker(m_lock);

Callers 3

openDatabaseMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected