Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ loadByte
Function
loadByte
extlibs/lua/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.85
loadConstants
Function · 0.85
loadUpvalues
Function · 0.85
loadFunction
Function · 0.85
fchecksize
Function · 0.85
checkHeader
Function · 0.85
luaU_undump
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected