Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ count
Method
count
basex-core/src/main/java/org/basex/query/expr/If.java:186–189 ·
view source on GitHub ↗
(final Var var)
Source
from the content-addressed store, hash-verified
184
}
185
186
@Override
187
public
VarUsage count(
final
Var var) {
188
return
cond.count(var).plus(VarUsage.maximum(var, exprs));
189
}
190
191
@Override
192
public
Expr inline(
final
InlineContext ic) throws QueryException {
Callers
nothing calls this directly
Calls
3
maximum
Method · 0.95
count
Method · 0.65
plus
Method · 0.45
Tested by
no test coverage detected