Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ opt
Method
opt
basex-core/src/main/java/org/basex/query/func/fn/FnName.java:22–25 ·
view source on GitHub ↗
(final CompileContext cc)
Source
from the content-addressed store, hash-verified
20
}
21
22
@Override
23
protected
final
Expr opt(
final
CompileContext cc) {
24
return
empty(cc, false) ? Str.EMPTY : this;
25
}
26
27
/**
28
* Returns the name of the specified node.
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected