MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / LoadNumber

Function LoadNumber

third-party/lua-5.3.5/src/lundump.c:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

LoadConstantsFunction · 0.70
checkHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected