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