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

Method getLogin

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

get Login of User

Source from the content-addressed store, hash-verified

109
110 // get Login of User
111 string getLogin() {
112 return login;
113 }
114
115 // get Password of User
116 string getPassword() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected