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/util/Atts.java:161–164 ·
view source on GitHub ↗
(final Object obj)
Source
from the content-addressed store, hash-verified
159
}
160
161
@Override
162
public
boolean equals(
final
Object obj) {
163
return
obj == this || obj instanceof
final
Atts atts && equals(atts);
164
}
165
166
/**
167
* Compares attributes.
Callers
8
deepEqual
Method · 0.95
eq
Method · 0.45
applicationDir
Method · 0.45
eq
Method · 0.45
normEncoding
Method · 0.45
canonical
Method · 0.45
string
Method · 0.45
value
Method · 0.45
Calls
1
eq
Method · 0.65
Tested by
no test coverage detected