Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ equals
Method
equals
Point.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool Point::equals(Point &p) {
75
return x.IsEqual(&p.x) && y.IsEqual(&p.y) && z.IsEqual(&p.z);
76
}
77
78
std::string Point::toString() {
79
Callers
2
Check
Method · 0.80
FindKeyCPU
Method · 0.80
Calls
1
IsEqual
Method · 0.80
Tested by
no test coverage detected