MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getTell

Method getTell

Project_E-Commerce_App_V2.0/Person.h:62–64  ·  view source on GitHub ↗

get Tell of User

Source from the content-addressed store, hash-verified

60 }
61 // get Tell of User
62 string getTell() {
63 return tell;
64 }
65 // get Login of User
66 string getLogin() {
67 return login;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected