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

Function main

12_modules/rust/main.rs:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1mod foo; // this loads the file foo.rs
2
3fn main() {
4 dbg!("main");
5 foo::bar();
6 foo::otherstuff();
7 //foo::other::otherstuff();
8}

Callers

nothing calls this directly

Calls 2

barFunction · 0.70
otherstuffFunction · 0.50

Tested by

no test coverage detected