Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bazelbuild/bazel
/ equals
Method
equals
src/main/java/net/starlark/java/eval/Dict.java:208–211 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
206
}
207
208
@Override
209
public
boolean equals(Object o) {
210
return
contents.equals(o);
211
}
212
213
@Override
214
public
Iterator<K> iterator() {
Callers
15
main
Method · 0.45
contains
Method · 0.45
isSubtypeOf
Method · 0.45
isValueSubtypeOf
Method · 0.45
getParameterIndex
Method · 0.45
contains
Method · 0.45
getTypeErrorMessage
Method · 0.45
evalDefault
Method · 0.45
contains
Method · 0.45
classType
Method · 0.45
classTypeFromJava
Method · 0.45
sameType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected