MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / setCityName

Method setCityName

Lab_21/city_temperature_control.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void setCityName(string cityName) {
46 this->cityName = cityName;
47 }
48
49 // diplaying with the binary files
50 void GetData() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected