MCPcopy Create free account
hub / github.com/CleanCut/ultimate_rust2 / cook_sauce_and_set_table

Function cook_sauce_and_set_table

example/kitchen/src/main.rs:22–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 use super::{info, sleep};
21
22 pub fn cook_sauce_and_set_table() {
23 sleep(1.0);
24 info!("Cooking the sauce...");
25 sleep(2.0);
26 info!("Sauce is ready! Setting the table...");
27 sleep(2.0);
28 info!("Table is set!");
29 }
30}
31
32fn main() {

Callers 1

mainFunction · 0.85

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected