MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / boolF

Function boolF

extlibs/lua/src/lcode.c:612–616  ·  view source on GitHub ↗

** Add a false to list of constants and return its index. */

Source from the content-addressed store, hash-verified

610** Add a false to list of constants and return its index.
611*/
612static int boolF (FuncState *fs) {
613 TValue o;
614 setbfvalue(&o);
615 return addk(fs, &o, &o); /* use boolean itself as key */
616}
617
618
619/*

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected