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

Method set_UIC

Lab_21/e-commerce.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void set_UIC(string UIC) {
42 this->UIC = UIC;
43 }
44
45 string get_name() {
46 return name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected