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

Function code_loadbool

src/lua/lcode.c:945–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943
944
945static int code_loadbool (FuncState *fs, int A, OpCode op) {
946 luaK_getlabel(fs); /* those instructions may be jump targets */
947 return luaK_codeABC(fs, op, A, 0, 0);
948}
949
950
951/*

Callers 1

exp2regFunction · 0.85

Calls 1

luaK_getlabelFunction · 0.85

Tested by

no test coverage detected