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/node/FTxt.java:68–71 ·
view source on GitHub ↗
(final QueryString qs)
Source
from the content-addressed store, hash-verified
66
}
67
68
@Override
69
public
void
toString(
final
QueryString qs) {
70
qs.quoted(value);
71
}
72
}
Callers
nothing calls this directly
Calls
1
quoted
Method · 0.80
Tested by
no test coverage detected