MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / LoadNumber

Function LoadNumber

deps/lua/src/lundump.c:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static lua_Number LoadNumber(LoadState* S)
70{
71 lua_Number x;
72 LoadVar(S,x);
73 return x;
74}
75
76static TString* LoadString(LoadState* S)
77{

Callers 1

LoadConstantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected