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/value/item/Dur.java:259–262 ·
view source on GitHub ↗
(final QueryString qs)
Source
from the content-addressed store, hash-verified
257
}
258
259
@Override
260
public
final
void
toString(
final
QueryString qs) {
261
qs.quoted(string(null));
262
}
263
}
Callers
nothing calls this directly
Calls
2
string
Method · 0.95
quoted
Method · 0.80
Tested by
no test coverage detected