Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
save
Function · 0.45
load
Function · 0.45
isEmpty
Method · 0.45
checkUpdates
Function · 0.45
syncUpdate
Function · 0.45
syncUpdates
Function · 0.45
initSystemDir
Function · 0.45
initUserDir
Function · 0.45
extractPackages
Function · 0.45
init
Function · 0.45
destroy
Function · 0.45
getPlugin
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected