MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / boolT

Function boolT

3rd/lua-5.4.3/src/lcode.c:617–621  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected