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

Method Owner

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

Constructor for User's sign up

Source from the content-addressed store, hash-verified

85public:
86 // Constructor for User's sign up
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected