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

Method Owner

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

Constructor for User's sign up

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected