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

Method getName

Project_E-Commerce_App_V3.0/Person.h:101–103  ·  view source on GitHub ↗

get Name of User

Source from the content-addressed store, hash-verified

99 Owner(string name, string tell, string login, string password) : Security(name, tell, login, password) { }
100 // get Name of User
101 string getName() {
102 return name;
103 }
104
105 // get Tell of User
106 string getTell() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected