Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
static lua_Number LoadNumber(LoadState* S)
70
{
71
lua_Number x;
72
LoadVar(S,x);
73
return x;
74
}
75
76
static TString* LoadString(LoadState* S)
77
{
Callers
1
LoadConstants
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected