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

Method get_name

Lab_21/e-commerce.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 string get_name() {
46 return name;
47 }
48
49 string get_UIC() {
50 return UIC;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected