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

Function DumpInt

third-party/lua-5.1.5/src/ldump.c:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static void DumpInt(int x, DumpState* D)
46{
47 DumpVar(x,D);
48}
49
50static void DumpNumber(lua_Number x, DumpState* D)
51{

Callers 4

DumpVectorFunction · 0.70
DumpConstantsFunction · 0.70
DumpDebugFunction · 0.70
DumpFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected