MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / LoadInteger

Function LoadInteger

ThirdParty/lua/lua/lundump.c:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82static lua_Integer LoadInteger (LoadState *S) {
83 lua_Integer x;
84 LoadVar(S, x);
85 return x;
86}
87
88
89static TString *LoadString (LoadState *S) {

Callers 2

LoadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected