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

Method current

src/leveldb/db/version_set.h:188–188  ·  view source on GitHub ↗

Return the current version.

Source from the content-addressed store, hash-verified

186
187 // Return the current version.
188 Version* current() const { return current_; }
189
190 // Return the current manifest file number
191 uint64_t ManifestFileNumber() const { return manifest_file_number_; }

Callers 7

CompactMemTableMethod · 0.80
CompactRangeMethod · 0.80
NewInternalIteratorMethod · 0.80
GetMethod · 0.80
RecordReadSampleMethod · 0.80
GetPropertyMethod · 0.80
GetApproximateSizesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected