MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / boolF

Function boolF

lib/lua/src/lcode.c:625–629  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

623** Add a false to list of constants and return its index.
624*/
625static int boolF (FuncState *fs) {
626 TValue o;
627 setbfvalue(&o);
628 return addk(fs, &o, &o); /* use boolean itself as key */
629}
630
631
632/*

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected