Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ isEmpty
Method
isEmpty
3rdparty/qcustomplot/qcustomplot.h:2625–2625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2623
// getters:
2624
int size() const { return mData.size()-mPreallocSize; }
2625
bool isEmpty() const { return size() == 0; }
2626
bool autoSqueeze() const { return mAutoSqueeze; }
2627
2628
// setters:
Callers
6
isEmpty
Function · 0.45
add
Method · 0.45
selected
Function · 0.45
plottableAt
Method · 0.45
selectTestRect
Method · 0.45
selectTest
Method · 0.45
Calls
1
size
Function · 0.85
Tested by
no test coverage detected