MCPcopy Create free account
hub / github.com/DFHack/dfhack / DumpByte

Function DumpByte

depends/lua/src/ldump.c:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52static void DumpByte (int y, DumpState *D) {
53 lu_byte x = (lu_byte)y;
54 DumpVar(x, D);
55}
56
57
58static void DumpInt (int x, DumpState *D) {

Callers 6

DumpStringFunction · 0.85
DumpConstantsFunction · 0.85
DumpUpvaluesFunction · 0.85
DumpFunctionFunction · 0.85
DumpHeaderFunction · 0.85
luaU_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected