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_V3.0/Person.h:75–77 ·
view source on GitHub ↗
get Login of User
Source
from the content-addressed store, hash-verified
73
74
// get Login of User
75
string getLogin() {
76
return login;
77
}
78
79
// get Password of User
80
string getPassword() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected