MCPcopy Create free account
hub / github.com/SixArm/rust-quick-guide / main

Function main

projects/topics/test_driven_development/src/main.rs:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16fn main() {
17 let x = foo();
18 println!("{}", x);
19}

Callers

nothing calls this directly

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected