Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ LoadNumber
Function
LoadNumber
third-party/lua-5.3.5/src/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.70
checkHeader
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected