Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
pub fn order_food() {
57
crate::restaurant::pizza_order::help_customer::take_order();
58
}
Callers
1
main
Function · 0.85
Calls
1
take_order
Function · 0.85
Tested by
no test coverage detected