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

Method getPassword

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

get Password of User

Source from the content-addressed store, hash-verified

78
79 // get Password of User
80 string getPassword() {
81 return password;
82 }
83
84 // Display Info
85 void Display() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected