MCPcopy Create free account
hub / github.com/creatale/node-dv / State

Method State

deps/lodepng/lodepng.cpp:6151–6154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6149#ifdef LODEPNG_COMPILE_PNG
6150
6151State::State()
6152{
6153 lodepng_state_init(this);
6154}
6155
6156State::State(const State& other)
6157{

Callers

nothing calls this directly

Calls 2

lodepng_state_initFunction · 0.85
lodepng_state_copyFunction · 0.85

Tested by

no test coverage detected