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