MCPcopy 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
454void Version::Ref() { ++refs_; }
455
456void Version::Unref() {
457 assert(this != &vset_->dummy_versions_);

Callers 13

PrintContentsFunction · 0.45
RecoverLogFileMethod · 0.45
CompactMemTableMethod · 0.45
NewInternalIteratorMethod · 0.45
GetMethod · 0.45
MakeRoomForWriteMethod · 0.45
GetApproximateSizesMethod · 0.45
OpenMethod · 0.45
ConvertLogToTableMethod · 0.45
BuilderMethod · 0.45
AppendVersionMethod · 0.45
PickCompactionMethod · 0.45

Calls

no outgoing calls

Tested by 1

PrintContentsFunction · 0.36