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

Method SetBase16

Int.cpp:988–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986// ------------------------------------------------
987
988void Int::SetBase16(char *value) {
989 SetBaseN(16,"0123456789ABCDEF",value);
990}
991
992// ------------------------------------------------
993

Callers 7

CheckMethod · 0.80
InitMethod · 0.80
CheckMethod · 0.80
InitK1Method · 0.80
VanitySearchMethod · 0.80
reconstructAddFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected