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

Method GetR2

IntMod.cpp:732–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730 return &_R;
731}
732Int* Int::GetR2() {
733 return &_R2;
734}
735Int* Int::GetR3() {
736 return &_R3;
737}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected