Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ set_size
Method
set_size
src/leveldb/table/format.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
// The size of the stored block
36
uint64_t size() const { return size_; }
37
void set_size(uint64_t size) { size_ = size; }
38
39
void EncodeTo(std::string* dst) const;
40
Status DecodeFrom(Slice* input);
Callers
1
WriteRawBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected