MCPcopy 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;
109public:
110 void reset()
111 {
112 crc = crc32( 0L, Z_NULL, 0 );
113 }
114 unsigned get()
115 {
116 return crc;

Callers 2

readChunkMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected