Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ empty
Method
empty
include/dsp/ringbuffer.hpp:180–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
return data[start++];
179
}
180
bool empty() const {
181
return start == end;
182
}
183
bool full() const {
184
return end - start == S;
185
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected