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

Method set_quantity

Lab_21/e-commerce.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void set_quantity(int quantity) {
101 this->quantity = quantity;
102 }
103
104 int get_quantity() {
105 return quantity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected