Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ value
Method
value
basex-api/src/main/java/org/basex/query/func/ws/WsIds.java:15–18 ·
view source on GitHub ↗
(final QueryContext qc)
Source
from the content-addressed store, hash-verified
13
*/
14
public
final
class
WsIds extends WsFn {
15
@Override
16
public
Value value(
final
QueryContext qc) {
17
return
StrSeq.get(WsPool.ids());
18
}
19
}
Callers
nothing calls this directly
Calls
2
get
Method · 0.95
ids
Method · 0.95
Tested by
no test coverage detected