MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / DumpInt

Function DumpInt

deps/lua/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.85
DumpConstantsFunction · 0.85
DumpDebugFunction · 0.85
DumpFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected