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

Method getName

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

get Name of User

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected