Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ LoadNumber
Function
LoadNumber
src/Chain/libraries/glua/lundump.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
79
static lua_Number LoadNumber(LoadState *S) {
80
lua_Number x;
81
LoadVar(S, x);
82
return x;
83
}
84
85
86
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