MCPcopy 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_Cart_CheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected