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

Function luaK_invertcond

src/lcode.cpp:2201–2205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2199
2200
2201void luaK_invertcond (FuncState *fs, int list) {
2202 expdesc e;
2203 e.u.pc = list;
2204 negatecondition(fs, &e);
2205}

Callers 1

switchimplFunction · 0.85

Calls 1

negateconditionFunction · 0.85

Tested by

no test coverage detected