Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
static void dumpByte (DumpState *D, int y) {
54
lu_byte x = (lu_byte)y;
55
dumpVar(D, x);
56
}
57
58
59
/*
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