Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
static 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
dumpConstants
Function · 0.85
dumpUpvalues
Function · 0.85
dumpFunction
Function · 0.85
dumpHeader
Function · 0.85
luaU_dump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected