Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
static void dumpByte (DumpState *D, int y) {
81
lu_byte x = (lu_byte)y;
82
dumpVar(D, x);
83
}
84
85
86
/*
Callers
5
dumpConstants
Function · 0.70
dumpUpvalues
Function · 0.70
dumpFunction
Function · 0.70
dumpHeader
Function · 0.70
luaU_dump
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected