Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ invert
Method
invert
basex-core/src/main/java/org/basex/query/expr/CmpOp.java:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
@Override
34
public
CmpOp invert() {
35
return
GT;
36
}
37
},
38
39
/** General comparison: less. */
Callers
1
optBoolean
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected