MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / g

Function g

Source Code/18-13.rs:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 mod routines {
5 pub fn f() -> u32 { g() }
6 fn g() -> u32 { 123 }
7 }
8 print!("{}", routines::f());
9}

Callers 1

fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected