Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ coin_copy
Function
coin_copy
src/lodepng.cpp:667–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
665
}
666
667
static void coin_copy(Coin* c1, const Coin* c2)
668
{
669
c1->weight = c2->weight;
670
uivector_copy(&c1->symbols, &c2->symbols);
671
}
672
673
static void add_coins(Coin* c1, const Coin* c2)
674
{
Callers
1
lodepng_huffman_code_lengths
Function · 0.85
Calls
1
uivector_copy
Function · 0.85
Tested by
no test coverage detected