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

Function LoadNumber

ThirdParty/lua/lua/lundump.c:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75static lua_Number LoadNumber (LoadState *S) {
76 lua_Number x;
77 LoadVar(S, x);
78 return x;
79}
80
81
82static lua_Integer LoadInteger (LoadState *S) {

Callers 2

LoadConstantsFunction · 0.85
checkHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected