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

Method empty

include/dsp/ringbuffer.hpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 start = end.load();
66 }
67 bool empty() const {
68 return start >= end;
69 }
70 bool full() const {
71 return end - start >= S;
72 }

Callers 15

saveFunction · 0.45
loadFunction · 0.45
isEmptyMethod · 0.45
checkUpdatesFunction · 0.45
syncUpdateFunction · 0.45
syncUpdatesFunction · 0.45
initSystemDirFunction · 0.45
initUserDirFunction · 0.45
extractPackagesFunction · 0.45
initFunction · 0.45
destroyFunction · 0.45
getPluginFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected