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_V3.0/Person.h:66–68 ·
view source on GitHub ↗
get Name of User
Source
from the content-addressed store, hash-verified
64
65
// get Name of User
66
string getName() {
67
return name;
68
}
69
// get Tell of User
70
string getTell() {
71
return tell;
Callers
4
F_Class_Of_Products1_Menu
Function · 0.45
F_Class_Of_Products2_Menu
Function · 0.45
F_Class_Of_Products3_Menu
Function · 0.45
F_Cart_Check
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected