Name of this class */
| 60 | |
| 61 | /** Name of this class */ |
| 62 | std::string |
| 63 | GetName() const override |
| 64 | { |
| 65 | return std::string("Hash"); |
| 66 | } |
| 67 | |
| 68 | // Print ourselves out |
| 69 | std::string |
nothing calls this directly
no outgoing calls
no test coverage detected