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

Method GetBase10

Int.cpp:994–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992// ------------------------------------------------
993
994std::string Int::GetBase10() {
995 return GetBaseN(10,"0123456789");
996}
997
998// ------------------------------------------------
999

Callers 1

CheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected