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

Method getPassword

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

get Password of User

Source from the content-addressed store, hash-verified

114
115 // get Password of User
116 string getPassword() {
117 return password;
118 }
119
120 // Display Info
121 void Display() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected