Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ Set
Method
Set
Point.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Point::Set(Int *cx, Int *cy,Int *cz) {
47
x.Set(cx);
48
y.Set(cy);
49
z.Set(cz);
50
}
51
52
Point::~Point() {
53
}
Callers
1
Point
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected