Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ loadByte
Function
loadByte
third-party/lua-5.4.6/src/lundump.c:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
static lu_byte loadByte (LoadState *S) {
62
int b = zgetc(S->Z);
63
if (b == EOZ)
64
error(S,
"truncated chunk"
);
65
return cast_byte(b);
66
}
67
68
69
static size_t loadUnsigned (LoadState *S, size_t limit) {
Callers
7
loadUnsigned
Function · 0.70
loadConstants
Function · 0.70
loadUpvalues
Function · 0.70
loadFunction
Function · 0.70
fchecksize
Function · 0.70
checkHeader
Function · 0.70
luaU_undump
Function · 0.70
Calls
1
error
Function · 0.70
Tested by
no test coverage detected