Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ get_quantity
Method
get_quantity
Lab_21/e-commerce.cpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
int get_quantity() {
105
return quantity;
106
}
107
108
double get_price() {
109
return price;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected