Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getName
Method
getName
Project_E-Commerce_App_V2.0/Person.h:58–60 ·
view source on GitHub ↗
get Name of User
Source
from the content-addressed store, hash-verified
56
}
57
// get Name of User
58
string getName() {
59
return name;
60
}
61
// get Tell of User
62
string getTell() {
63
return tell;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected