MCPcopy 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
81static lua_Integer LoadInteger (LoadState *S) {
82 lua_Integer x;
83 LoadVar(S, x);
84 return x;
85}
86
87
88static TString *LoadString (LoadState *S, Proto *p) {

Callers 2

LoadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected