MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / GetR

Method GetR

IntMod.cpp:729–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727// ------------------------------------------------
728
729Int* Int::GetR() {
730 return &_R;
731}
732Int* Int::GetR2() {
733 return &_R2;
734}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected