Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ boolK
Function
boolK
Source/Misc/lua/src/lua.c:3933–3937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3931
3932
3933
static int boolK (FuncState *fs, int b) {
3934
TValue o;
3935
setbvalue(&o, b);
3936
return addk(fs, &o, &o);
3937
}
3938
3939
3940
static int nilK (FuncState *fs) {
Callers
1
luaK_exp2RK
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected