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

Function bar

12_modules/rust/foo.rs:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3pub use self::other::otherstuff;
4pub fn bar() {
5 dbg!("bar");
6 otherstuff();
7}

Callers 1

mainFunction · 0.70

Calls 1

otherstuffFunction · 0.50

Tested by

no test coverage detected