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