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

Function DumpNumber

depends/lua/src/ldump.c:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63static void DumpNumber (lua_Number x, DumpState *D) {
64 DumpVar(x, D);
65}
66
67
68static void DumpInteger (lua_Integer x, DumpState *D) {

Callers 2

DumpConstantsFunction · 0.85
DumpHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected