MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / LoadNumber

Function LoadNumber

Source/Misc/lua/src/lua.c:9972–9977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9970}
9971
9972static lua_Number LoadNumber(LoadState* S)
9973{
9974lua_Number x;
9975LoadVar(S,x);
9976return x;
9977}
9978
9979static TString* LoadString(LoadState* S)
9980{

Callers 1

LoadConstantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected