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