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/seq/Empty.java:134–137 ·
view source on GitHub ↗
(final QueryString qs)
Source
from the content-addressed store, hash-verified
132
}
133
134
@Override
135
public
void
toString(
final
QueryString qs) {
136
qs.paren(
""
);
137
}
138
}
Callers
nothing calls this directly
Calls
1
paren
Method · 0.80
Tested by
no test coverage detected