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

Function dumpByte

third-party/lua-5.5.0/src/ldump.c:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80static void dumpByte (DumpState *D, int y) {
81 lu_byte x = (lu_byte)y;
82 dumpVar(D, x);
83}
84
85
86/*

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