Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getCityName
Method
getCityName
Lab_21/city_temperature_control.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
string getCityName() {
42
return cityName;
43
}
44
45
void setCityName(string cityName) {
46
this->cityName = cityName;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected