Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6332
State::State() {
6333
lodepng_state_init(this);
6334
}
6335
6336
State::State(const State& other) {
6337
lodepng_state_init(this);
Callers
nothing calls this directly
Calls
2
lodepng_state_init
Function · 0.85
lodepng_state_copy
Function · 0.85
Tested by
no test coverage detected