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

Method set_index_handle

src/leveldb/table/format.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 // The block handle for the index block of the table
63 const BlockHandle& index_handle() const { return index_handle_; }
64 void set_index_handle(const BlockHandle& h) { index_handle_ = h; }
65
66 void EncodeTo(std::string* dst) const;
67 Status DecodeFrom(Slice* input);

Callers 1

FinishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected