Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ equals
Method
equals
src/redempt/redlib/sql/SQLCacheEntry.java:23–29 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
21
}
22
23
@Override
24
public
boolean equals(Object o) {
25
if
(!(o instanceof SQLCacheEntry)) {
26
return
false;
27
}
28
return
Arrays.equals(params, ((SQLCacheEntry) o).params);
29
}
30
31
}
Callers
2
keyNamesMatch
Method · 0.45
getMatchingCaches
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected