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