MCPcopy 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

eqMethod · 0.95
isHiddenMethod · 0.45
ignoreMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected