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/AStr.java:142–145 ·
view source on GitHub ↗
(final QueryString qs)
Source
from the content-addressed store, hash-verified
140
}
141
142
@Override
143
public
void
toString(
final
QueryString qs) {
144
qs.quoted(value);
145
}
146
}
Callers
nothing calls this directly
Calls
1
quoted
Method · 0.80
Tested by
no test coverage detected