Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ toString
Method
toString
basex-core/src/main/java/org/basex/query/expr/Try.java:215–218 ·
view source on GitHub ↗
(final QueryString qs)
Source
from the content-addressed store, hash-verified
213
}
214
215
@Override
216
public
void
toString(
final
QueryString qs) {
217
qs.token(TRY).brace(expr).tokens(catches).token(FINALLY).brace(fnlly);
218
}
219
}
Callers
nothing calls this directly
Calls
3
brace
Method · 0.80
token
Method · 0.65
tokens
Method · 0.45
Tested by
no test coverage detected