MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / dumpNumber

Function dumpNumber

third-party/lua-5.4.6/src/ldump.c:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82static void dumpNumber (DumpState *D, lua_Number x) {
83 dumpVar(D, x);
84}
85
86
87static void dumpInteger (DumpState *D, lua_Integer x) {

Callers 2

dumpConstantsFunction · 0.70
dumpHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected