Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ DumpByte
Function
DumpByte
depends/lua/src/ldump.c:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
static void DumpByte (int y, DumpState *D) {
53
lu_byte x = (lu_byte)y;
54
DumpVar(x, D);
55
}
56
57
58
static void DumpInt (int x, DumpState *D) {
Callers
6
DumpString
Function · 0.85
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