Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-rust-2e
/ f
Function
f
Source Code/09-06.rs:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
fn main() {
4
{
5
fn f() { print!(
"a"
); }
6
f(); f();
7
}
8
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected