Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getTell
Method
getTell
Project_E-Commerce_App_V3.0/Person.h:70–72 ·
view source on GitHub ↗
get Tell of User
Source
from the content-addressed store, hash-verified
68
}
69
// get Tell of User
70
string getTell() {
71
return tell;
72
}
73
74
// get Login of User
75
string getLogin() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected