MCPcopy Create free account
hub / github.com/SnowyMouse/chimera / boolF

Function boolF

src/lua/lcode.c:645–649  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

643** Add a false to list of constants and return its index.
644*/
645static int boolF (FuncState *fs) {
646 TValue o;
647 setbfvalue(&o);
648 return k2proto(fs, &o, &o); /* use boolean itself as key */
649}
650
651
652/*

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

k2protoFunction · 0.85

Tested by

no test coverage detected