MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / boolK

Function boolK

ThirdParty/lua/lua/lcode.c:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected