Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ ~Point
Method
~Point
gmp256k1/Point.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
Point::~Point() {
50
51
}
52
53
void Point::Set(Point &p) {
54
mpz_set(x.num,p.x.num);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected