Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ LoadInt
Function
LoadInt
src/Chain/libraries/glua/lundump.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
72
static int LoadInt(LoadState *S) {
73
int x;
74
LoadVar(S, x);
75
return x;
76
}
77
78
79
static lua_Number LoadNumber(LoadState *S) {
Callers
6
LoadCode
Function · 0.85
LoadConstants
Function · 0.85
LoadProtos
Function · 0.85
LoadUpvalues
Function · 0.85
LoadDebug
Function · 0.85
LoadFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected