MCPcopy 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

CityTemperatureInfoFunction · 0.80
CityRainFallInfoFunction · 0.80
CityHumidityInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected