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

Method edit

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

Return the object that holds the edits to the descriptor done by this compaction.

Source from the content-addressed store, hash-verified

327 // Return the object that holds the edits to the descriptor done
328 // by this compaction.
329 VersionEdit* edit() { return &edit_; }
330
331 // "which" must be either 0 or 1
332 int num_input_files(int which) const { return inputs_[which].size(); }

Callers 2

BackgroundCompactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected