Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ boolK
Function
boolK
lua/lcode.c:271–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
270
271
static int boolK (FuncState *fs, int b) {
272
TValue o;
273
setbvalue(&o, b);
274
return addk(fs, &o, &o);
275
}
276
277
278
static int nilK (FuncState *fs) {
Callers
1
luaK_exp2RK
Function · 0.85
Calls
1
addk
Function · 0.85
Tested by
no test coverage detected