Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ Equals
Method
Equals
Bcore/src/main/cpp/base/safe_map.h:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
bool Equals(const Self& rhs) const {
154
return map_ == rhs.map_;
155
}
156
157
template <class... Args>
158
std::pair<iterator, bool> emplace(Args&&... args) {
Callers
1
operator==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected