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

Function dumpByte

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

Source from the content-addressed store, hash-verified

51
52
53static void dumpByte (DumpState *D, int y) {
54 lu_byte x = (lu_byte)y;
55 dumpVar(D, x);
56}
57
58
59/*

Callers 5

dumpConstantsFunction · 0.70
dumpUpvaluesFunction · 0.70
dumpFunctionFunction · 0.70
dumpHeaderFunction · 0.70
luaU_dumpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected