MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / empty

Method empty

src/app/document_exporter.cpp:203–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 typedef List::const_iterator const_iterator;
202
203 bool empty() const { return m_samples.empty(); }
204
205 void addSample(const Sample& sample) {
206 m_samples.push_back(sample);

Callers 4

exportSheetMethod · 0.45
captureSamplesMethod · 0.45
createDataFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected