Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ writeCelData
Method
writeCelData
src/app/crash/write_document.cpp:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void writeCelData(std::ofstream& s, CelData* celdata) {
145
write_celdata(s, celdata);
146
}
147
148
void writeImage(std::ofstream& s, Image* img) {
149
write_image(s, img);
Callers
nothing calls this directly
Calls
1
write_celdata
Function · 0.85
Tested by
no test coverage detected