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/Atm.java:104–107 ·
view source on GitHub ↗
(final QueryString qs)
Source
from the content-addressed store, hash-verified
102
}
103
104
@Override
105
public
void
toString(
final
QueryString qs) {
106
qs.quoted(value);
107
}
108
}
Callers
nothing calls this directly
Calls
1
quoted
Method · 0.80
Tested by
no test coverage detected