MCPcopy Index your code
hub / github.com/derekbanas/Rust-Tutorial / serve_customer

Function serve_customer

mod.rs:48–50  ·  view source on GitHub ↗
(cust_pizza: super::Pizza)

Source from the content-addressed store, hash-verified

46 }
47
48 fn serve_customer(cust_pizza: super::Pizza){
49 println!("The customer is served a regular pizza with {}", cust_pizza.topping);
50 }
51
52 }
53}

Callers 1

take_orderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected