MCPcopy 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

isEmptyFunction · 0.45
addMethod · 0.45
selectedFunction · 0.45
plottableAtMethod · 0.45
selectTestRectMethod · 0.45
selectTestMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected