Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ LoadInt
Function
LoadInt
depends/lua/src/lundump.c:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
67
static int LoadInt (LoadState *S) {
68
int x;
69
LoadVar(S, x);
70
return x;
71
}
72
73
74
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