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:97–99 ·
view source on GitHub ↗
get Login of User
Source
from the content-addressed store, hash-verified
95
}
96
// get Login of User
97
string getLogin() {
98
return login;
99
}
100
// get Password of User
101
string getPassword() {
102
return password;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected