MCPcopy Create free account
hub / github.com/DFHack/dfhack / State

Method State

depends/lodepng/lodepng.cpp:6332–6334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6330#ifdef LODEPNG_COMPILE_PNG
6331
6332State::State() {
6333 lodepng_state_init(this);
6334}
6335
6336State::State(const State& other) {
6337 lodepng_state_init(this);

Callers

nothing calls this directly

Calls 2

lodepng_state_initFunction · 0.85
lodepng_state_copyFunction · 0.85

Tested by

no test coverage detected