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

Function dumpInteger

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

Source from the content-addressed store, hash-verified

85
86
87static void dumpInteger (DumpState *D, lua_Integer x) {
88 dumpVar(D, x);
89}
90
91
92static void dumpString (DumpState *D, const TString *s) {

Callers 2

dumpConstantsFunction · 0.70
dumpHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected