MCPcopy Create free account
hub / github.com/axmolengine/axmol / boolT

Function boolT

3rdparty/lua/plainlua/lcode.c:636–640  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

634** Add a true to list of constants and return its index.
635*/
636static int boolT (FuncState *fs) {
637 TValue o;
638 setbtvalue(&o);
639 return addk(fs, &o, &o); /* use boolean itself as key */
640}
641
642
643/*

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected