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

Method empty

include/dsp/ringbuffer.hpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 start = end.load();
104 }
105 bool empty() const {
106 return start >= end;
107 }
108 bool full() const {
109 return end - start >= S;
110 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected