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

Function LoadInt

ThirdParty/lua/lua/lundump.c:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68static int LoadInt (LoadState *S) {
69 int x;
70 LoadVar(S, x);
71 return x;
72}
73
74
75static lua_Number LoadNumber (LoadState *S) {

Callers 6

LoadCodeFunction · 0.85
LoadConstantsFunction · 0.85
LoadProtosFunction · 0.85
LoadUpvaluesFunction · 0.85
LoadDebugFunction · 0.85
LoadFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected