Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ LoadInteger
Function
LoadInteger
src/Chain/libraries/glua/lundump.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
static lua_Integer LoadInteger(LoadState *S) {
87
lua_Integer x;
88
LoadVar(S, x);
89
return x;
90
}
91
92
93
static TString *LoadString(LoadState *S) {
Callers
2
LoadConstants
Function · 0.85
checkHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected