Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ boolK
Function
boolK
ThirdParty/lua/lua/lcode.c:366–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
365
366
static int boolK (FuncState *fs, int b) {
367
TValue o;
368
setbvalue(&o, b);
369
return addk(fs, &o, &o);
370
}
371
372
373
static int nilK (FuncState *fs) {
Callers
1
luaK_exp2RK
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected