Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
int64_t BloomStore::blockCount() const {
37
return (length + BlockSize - 1) / BlockSize;
38
}
39
40
void BloomStore::setBit(int64_t bitPos) {
41
assert(bitPos < length);
Callers
2
updateChain
Function · 0.45
compute_block_hash
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected