Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ LoadInteger
Function
LoadInteger
ThirdParty/lua/lua/lundump.c:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
static lua_Integer LoadInteger (LoadState *S) {
83
lua_Integer x;
84
LoadVar(S, x);
85
return x;
86
}
87
88
89
static TString *LoadString (LoadState *S) {
Callers
2
LoadConstants
Function · 0.85
checkHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected