Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ reset
Method
reset
tinydict/tinydict.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
unsigned crc;
109
public:
110
void reset()
111
{
112
crc = crc32( 0L, Z_NULL, 0 );
113
}
114
unsigned get()
115
{
116
return crc;
Callers
2
readChunk
Method · 0.45
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected