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

Method Int

Int.cpp:33–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// ------------------------------------------------
32
33Int::Int() {
34}
35
36Int::Int(Int *a) {
37 if(a) Set(a);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected