Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaK_numberK
Function
luaK_numberK
Source/Misc/lua/src/lua.c:3926–3930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3924
3925
3926
int luaK_numberK (FuncState *fs, lua_Number r) {
3927
TValue o;
3928
setnvalue(&o, r);
3929
return addk(fs, &o, &o);
3930
}
3931
3932
3933
static int boolK (FuncState *fs, int b) {
Callers
3
discharge2reg
Function · 0.85
luaK_exp2RK
Function · 0.85
fornum
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected