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

Function order_food

mod.rs:56–58  ·  view source on GitHub ↗

This is the public function that allows our other file access

()

Source from the content-addressed store, hash-verified

54
55// This is the public function that allows our other file access
56pub fn order_food() {
57 crate::restaurant::pizza_order::help_customer::take_order();
58}

Callers 1

mainFunction · 0.85

Calls 1

take_orderFunction · 0.85

Tested by

no test coverage detected