Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ LoadByte
Function
LoadByte
ThirdParty/lua/lua/lundump.c:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
static lu_byte LoadByte (LoadState *S) {
62
lu_byte x;
63
LoadVar(S, x);
64
return x;
65
}
66
67
68
static int LoadInt (LoadState *S) {
Callers
7
LoadString
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
no outgoing calls
Tested by
no test coverage detected