MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / code_loadbool

Function code_loadbool

src/lcode.cpp:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964
965
966static int code_loadbool (FuncState *fs, int A, OpCode op) {
967 luaK_getlabel(fs); /* those instructions may be jump targets */
968 return luaK_codeABC(fs, op, A, 0, 0);
969}
970
971
972/*

Callers 1

exp2regFunction · 0.85

Calls 1

luaK_getlabelFunction · 0.85

Tested by

no test coverage detected