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

Method get_quantity_p

Lab_21/e-commerce.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 int get_quantity_p() {
117 quantity_purchased++;
118 quantity--;
119 return quantity_purchased;
120 }
121
122};
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected