MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / DumpInt

Function DumpInt

Source/Misc/lua/src/lua.c:5709–5712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5707}
5708
5709static void DumpInt(int x, DumpState* D)
5710{
5711DumpVar(x,D);
5712}
5713
5714static void DumpNumber(lua_Number x, DumpState* D)
5715{

Callers 4

DumpVectorFunction · 0.85
DumpConstantsFunction · 0.85
DumpDebugFunction · 0.85
DumpFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected