Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ boolK
Function
boolK
freebsd/contrib/openzfs/module/lua/lcode.c:341–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
340
341
static int boolK (FuncState *fs, int b) {
342
TValue o;
343
setbvalue(&o, b);
344
return addk(fs, &o, &o);
345
}
346
347
348
static int nilK (FuncState *fs) {
Callers
1
luaK_exp2RK
Function · 0.70
Calls
1
addk
Function · 0.70
Tested by
no test coverage detected