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

Method FlagBuffer

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

Source from the content-addressed store, hash-verified

38
39public:
40 FlagBuffer()
41 : counter(0)
42 , buffer(nullptr) {}
43
44public:
45 void SetBuffer(uint8_t* buffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected