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

Method ~State

depends/lodepng/lodepng.cpp:6341–6343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6339}
6340
6341State::~State() {
6342 lodepng_state_cleanup(this);
6343}
6344
6345State& State::operator=(const State& other) {
6346 lodepng_state_copy(this, &other);

Callers

nothing calls this directly

Calls 1

lodepng_state_cleanupFunction · 0.85

Tested by

no test coverage detected