Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ checkUp
Method
checkUp
basex-core/src/main/java/org/basex/query/expr/If.java:50–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
@Override
51
public
void
checkUp() throws QueryException {
52
checkNoUp(cond);
53
checkAllUp(exprs);
54
}
55
56
@Override
57
public
Expr compile(
final
CompileContext cc) throws QueryException {
Callers
1
check
Method · 0.45
Calls
2
checkNoUp
Method · 0.80
checkAllUp
Method · 0.80
Tested by
no test coverage detected