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

Method getPassword

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

get Password of User

Source from the content-addressed store, hash-verified

99 }
100 // get Password of User
101 string getPassword() {
102 return password;
103 }
104 // Display Info
105 void Display() {
106 cout << "Name: " << name << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected