Display Info
| 103 | } |
| 104 | // Display Info |
| 105 | void Display() { |
| 106 | cout << "Name: " << name << endl; |
| 107 | cout << "Tell: " << tell << endl; |
| 108 | cout << "Login: " << login << endl; |
| 109 | cout << "Password: " << password << endl; |
| 110 | } |
| 111 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected