Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ readNext
Method
readNext
tools/parser/safe_mem_reader.hpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
template<typename Type>
45
Type readNext() {
46
auto val = peakNext<Type>();
47
pos += sizeof(val);
48
return val;
49
}
50
51
template<typename Type>
52
Type peakNext() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected