Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Flush
Method
Flush
src/minisketch/src/int_utils.h:95–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
inline void Flush() {
96
if (offset) {
97
*(out++) = state;
98
state = 0;
99
offset = 0;
100
}
101
}
102
};
103
104
class BitReader {
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected