Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getCityID
Method
getCityID
Lab_21/city_temperature_control.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
int getCityID() {
34
return cityID;
35
}
36
37
void setCityID(int cityID) {
38
this->cityID = cityID;
Callers
3
CityTemperatureInfo
Function · 0.80
CityRainFallInfo
Function · 0.80
CityHumidityInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected