Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9972
static lua_Number LoadNumber(LoadState* S)
9973
{
9974
lua_Number x;
9975
LoadVar(S,x);
9976
return x;
9977
}
9978
9979
static TString* LoadString(LoadState* S)
9980
{
Callers
1
LoadConstants
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected