MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / reset

Method reset

libminifi/include/io/CRCStream.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void reset() {
70 crc_ = crc32(0L, Z_NULL, 0);
71 }
72
73 protected:
74 uLong crc_ = 0;

Callers 2

SchedulingAgentMethod · 0.45
~SchedulingAgentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected