MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / do_some_other

Function do_some_other

05_functions/rust/functions.rs:2–4  ·  view source on GitHub ↗
(x: u32)

Source from the content-addressed store, hash-verified

1fn do_something(x: u32) -> u32 {
2 fn do_some_other(x: u32) -> u32 {
3 x * 3
4 }
5 do_some_other(x)
6}
7

Callers 1

do_somethingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected