Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ LoadInt
Function
LoadInt
Source/Misc/lua/src/lua.c:9964–9970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9962
}
9963
9964
static int LoadInt(LoadState* S)
9965
{
9966
int x;
9967
LoadVar(S,x);
9968
IF (x<0,
"bad integer"
);
9969
return x;
9970
}
9971
9972
static lua_Number LoadNumber(LoadState* S)
9973
{
Callers
4
LoadCode
Function · 0.85
LoadConstants
Function · 0.85
LoadDebug
Function · 0.85
LoadFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected