Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Ref
Method
Ref
src/leveldb/db/version_set.cc:454–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
void Version::Ref() { ++refs_; }
455
456
void Version::Unref() {
457
assert(this != &vset_->dummy_versions_);
Callers
13
PrintContents
Function · 0.45
RecoverLogFile
Method · 0.45
CompactMemTable
Method · 0.45
NewInternalIterator
Method · 0.45
Get
Method · 0.45
MakeRoomForWrite
Method · 0.45
GetApproximateSizes
Method · 0.45
Open
Method · 0.45
ConvertLogToTable
Method · 0.45
Builder
Method · 0.45
AppendVersion
Method · 0.45
PickCompaction
Method · 0.45
Calls
no outgoing calls
Tested by
1
PrintContents
Function · 0.36