Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ loadInteger
Function
loadInteger
extlibs/lua/src/lundump.c:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
100
static lua_Integer loadInteger (LoadState *S) {
101
lua_Integer x;
102
loadVar(S, x);
103
return x;
104
}
105
106
107
/*
Callers
2
loadConstants
Function · 0.85
checkHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected