Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ LoadNumber
Function
LoadNumber
source/extern/lua/lundump.c:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
static lua_Number LoadNumber (LoadState *S) {
75
lua_Number x;
76
LoadVar(S, x);
77
return x;
78
}
79
80
81
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