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