Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
fn main() {
17
let x = foo();
18
println!(
"{}"
, x);
19
}
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected