MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dumpByte

Function dumpByte

3rd/lua-5.4.3/src/ldump.c:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

dumpConstantsFunction · 0.85
dumpUpvaluesFunction · 0.85
dumpFunctionFunction · 0.85
dumpHeaderFunction · 0.85
luaU_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected