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:106–108 ·
view source on GitHub ↗
get Tell of User
Source
from the content-addressed store, hash-verified
104
105
// get Tell of User
106
string getTell() {
107
return tell;
108
}
109
110
// get Login of User
111
string getLogin() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected