MCPcopy Create free account
hub / github.com/derekbanas/Rust-Tutorial / seat_at_table

Function seat_at_table

mod.rs:32–34  ·  view source on GitHub ↗

This function is private

()

Source from the content-addressed store, hash-verified

30 pub mod help_customer {
31 // This function is private
32 fn seat_at_table() {
33 println!("Customer seated at table");
34 }
35
36 // Making help_customer public doesn't make this child
37 // function public so we must also make it public

Callers 1

take_orderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected