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