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