get Name of User
| 87 | Owner(string name, string tell, string login, string password) : Security(name, tell, login, password) { } |
| 88 | // get Name of User |
| 89 | string getName() { |
| 90 | return name; |
| 91 | } |
| 92 | // get Tell of User |
| 93 | string getTell() { |
| 94 | return tell; |
nothing calls this directly
no outgoing calls
no test coverage detected