Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2201
void luaK_invertcond (FuncState *fs, int list) {
2202
expdesc e;
2203
e.u.pc = list;
2204
negatecondition(fs, &e);
2205
}
Callers
1
switchimpl
Function · 0.85
Calls
1
negatecondition
Function · 0.85
Tested by
no test coverage detected