Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ equals
Method
equals
basex-core/src/main/java/org/basex/io/IOFile.java:348–351 ·
view source on GitHub ↗
(final Object obj)
Source
from the content-addressed store, hash-verified
346
}
347
348
@Override
349
public
boolean equals(
final
Object obj) {
350
return
obj instanceof
final
IOFile iofile && pth.equals(iofile.pth);
351
}
352
353
@Override
354
public
String url() {
Callers
4
eq
Method · 0.95
isHidden
Method · 0.45
ignore
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected