MCPcopy Create free account
hub / github.com/VCVRack/Rack / clear

Method clear

include/dsp/ringbuffer.hpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 return t;
101 }
102 void clear() {
103 start = end.load();
104 }
105 bool empty() const {
106 return start >= end;
107 }

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected