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

Function DumpInteger

depends/lua/src/ldump.c:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68static void DumpInteger (lua_Integer x, DumpState *D) {
69 DumpVar(x, D);
70}
71
72
73static void DumpString (const TString *s, DumpState *D) {

Callers 2

DumpConstantsFunction · 0.85
DumpHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected