Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ addChunk_IEND
Function
addChunk_IEND
depends/lodepng/lodepng.cpp:5186–5188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5184
}
5185
5186
static unsigned addChunk_IEND(ucvector* out) {
5187
return lodepng_chunk_createv(out, 0,
"IEND"
, 0);
5188
}
5189
5190
#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
5191
Callers
1
lodepng_encode
Function · 0.85
Calls
1
lodepng_chunk_createv
Function · 0.85
Tested by
no test coverage detected