Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ LoadInteger
Function
LoadInteger
depends/lua/src/lundump.c:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
static lua_Integer LoadInteger (LoadState *S) {
82
lua_Integer x;
83
LoadVar(S, x);
84
return x;
85
}
86
87
88
static TString *LoadString (LoadState *S, Proto *p) {
Callers
2
LoadConstants
Function · 0.85
checkHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected