Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
document_exporter.cpp
File · 0.45
exportSheet
Method · 0.45
captureSamples
Method · 0.45
createDataFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected