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

Function boolT

extlibs/lua/src/lcode.c:622–626  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

620** Add a true to list of constants and return its index.
621*/
622static int boolT (FuncState *fs) {
623 TValue o;
624 setbtvalue(&o);
625 return addk(fs, &o, &o); /* use boolean itself as key */
626}
627
628
629/*

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected