MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / boolK

Function boolK

src/vm/luavm/lua/lcode.c:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366
367static int boolK (FuncState *fs, int b) {
368 TValue o;
369 setbvalue(&o, b);
370 return addk(fs, &o, &o);
371}
372
373
374static int nilK (FuncState *fs) {

Callers 1

luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected