Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ loadInt
Function
loadInt
third-party/lua-5.5.0/src/lundump.c:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
116
static int loadInt (LoadState *S) {
117
return cast_int(loadVarint(S, cast_sizet(INT_MAX)));
118
}
119
120
121
Callers
6
loadCode
Function · 0.70
loadConstants
Function · 0.70
loadProtos
Function · 0.70
loadUpvalues
Function · 0.70
loadDebug
Function · 0.70
loadFunction
Function · 0.70
Calls
1
loadVarint
Function · 0.85
Tested by
no test coverage detected