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

Function DumpNumber

third-party/lua-5.3.5/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.70
DumpHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected