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/util/list/IntList.java:708–711 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
706
}
707
708
@Override
709
public
String toString() {
710
return
list == null ?
""
: Arrays.toString(toArray());
711
}
712
}
Callers
nothing calls this directly
Calls
2
toArray
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected