Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ deleteAll
Method
deleteAll
src/doc/documents.cpp:118–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void Documents::deleteAll()
119
{
120
while (!empty()) {
121
ASSERT(m_ctx == back()->context());
122
delete back();
123
}
124
}
125
126
} // namespace doc
Callers
nothing calls this directly
Calls
1
context
Method · 0.45
Tested by
no test coverage detected