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/Calc.java:90–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
@Override
91
public
Calc invert() {
92
return
SUBTRACT;
93
}
94
},
95
96
/** Subtraction. */
Callers
1
optArith
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected