Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getLogin
Method
getLogin
Project_E-Commerce_App_V2.0/Person.h:66–68 ·
view source on GitHub ↗
get Login of User
Source
from the content-addressed store, hash-verified
64
}
65
// get Login of User
66
string getLogin() {
67
return login;
68
}
69
// get Password of User
70
string getPassword() {
71
return password;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected