MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetCompactPointer

Method SetCompactPointer

src/leveldb/db/version_edit.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 last_sequence_ = seq;
55 }
56 void SetCompactPointer(int level, const InternalKey& key) {
57 compact_pointers_.push_back(std::make_pair(level, key));
58 }
59
60 // Add the specified file at the specified number.
61 // REQUIRES: This version has not been saved (see VersionSet::SaveTo)

Callers 3

TESTFunction · 0.80
WriteSnapshotMethod · 0.80
SetupOtherInputsMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by 1

TESTFunction · 0.64