Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ luaK_numberK
Function
luaK_numberK
ThirdParty/lua/lua/lcode.c:359–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
358
359
static int luaK_numberK (FuncState *fs, lua_Number r) {
360
TValue o;
361
setfltvalue(&o, r);
362
return addk(fs, &o, &o);
363
}
364
365
366
static int boolK (FuncState *fs, int b) {
Callers
2
discharge2reg
Function · 0.85
luaK_exp2RK
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected