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

Method getTell

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

get Tell of User

Source from the content-addressed store, hash-verified

91 }
92 // get Tell of User
93 string getTell() {
94 return tell;
95 }
96 // get Login of User
97 string getLogin() {
98 return login;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected