MCPcopy Create free account
hub / github.com/citp/BlockSci / blockCount

Method blockCount

tools/parser/bloom_filter.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int64_t BloomStore::blockCount() const {
37 return (length + BlockSize - 1) / BlockSize;
38}
39
40void BloomStore::setBit(int64_t bitPos) {
41 assert(bitPos < length);

Callers 2

updateChainFunction · 0.45
compute_block_hashFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected