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

Method set_quantity_p

Lab_21/e-commerce.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 void set_quantity_p(int quantity_purchased) {
113 this->quantity_purchased = quantity_purchased;
114 }
115
116 int get_quantity_p() {
117 quantity_purchased++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected