Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ LoadInt
Function
LoadInt
deps/lua/src/lundump.c:61–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static int LoadInt(LoadState* S)
62
{
63
int x;
64
LoadVar(S,x);
65
IF (x<0,
"bad integer"
);
66
return x;
67
}
68
69
static lua_Number LoadNumber(LoadState* S)
70
{
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