MCPcopy Create free account
hub / github.com/cwida/ALP / Reset

Method Reset

publication/source_code/include/chimp/flag_buffer.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 this->counter = 0;
48 }
49 void Reset() {
50 this->counter = 0;
51#ifdef DEBUG
52 this->flags.clear();
53#endif
54 }
55
56#ifdef DEBUG
57 uint8_t ExtractValue(uint32_t value, uint8_t index) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected