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:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
int get_quantity() {
152
return quantity;
153
}
154
155
double get_price() {
156
return price;
Callers
1
Purchase
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected