Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ State
Method
State
src/lodepng.cpp:6112–6115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6110
#ifdef LODEPNG_COMPILE_PNG
6111
6112
State::State()
6113
{
6114
lodepng_state_init(this);
6115
}
6116
6117
State::State(const State& other)
6118
{
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