Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ Point
Method
Point
Point.cpp:20–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#include
"Point.h"
19
20
Point::Point() {
21
}
22
23
Point::Point(const Point &p) {
24
x.Set((Int *)&p.x);
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected