Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ compile
Method
compile
basex-core/src/main/java/org/basex/query/expr/Simple.java:29–32 ·
view source on GitHub ↗
(final CompileContext cc)
Source
from the content-addressed store, hash-verified
27
}
28
29
@Override
30
public
final
Expr compile(
final
CompileContext cc) throws QueryException {
31
return
optimize(cc);
32
}
33
34
@Override
35
public
boolean has(
final
Flag... flags) {
Callers
nothing calls this directly
Calls
1
optimize
Method · 0.45
Tested by
no test coverage detected