Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ equals
Method
equals
src/main/java/wycc/util/Trie.java:194–197 ·
view source on GitHub ↗
(final Object o)
Source
from the content-addressed store, hash-verified
192
}
193
194
@Override
195
public
boolean equals(
final
Object o) {
196
return
this == o;
197
}
198
199
public
Trie append(
final
String component) {
200
int
index = binarySearch(children, nchildren, component);
Callers
1
match
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected