Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ LoadInt
Function
LoadInt
third-party/lua-5.2.4/src/lundump.c:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
static int LoadInt(LoadState* S)
58
{
59
int x;
60
LoadVar(S,x);
61
if (x<0) error(S,
"corrupted"
);
62
return x;
63
}
64
65
static lua_Number LoadNumber(LoadState* S)
66
{
Callers
5
LoadCode
Function · 0.70
LoadConstants
Function · 0.70
LoadUpvalues
Function · 0.70
LoadDebug
Function · 0.70
LoadFunction
Function · 0.70
Calls
1
error
Function · 0.70
Tested by
no test coverage detected