MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / dumpByte

Function dumpByte

lib/lua/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.85
dumpUpvaluesFunction · 0.85
dumpFunctionFunction · 0.85
dumpHeaderFunction · 0.85
luaU_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected