Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
pub use self::other::otherstuff;
4
pub fn bar() {
5
dbg!(
"bar"
);
6
otherstuff();
7
}
Callers
1
main
Function · 0.70
Calls
1
otherstuff
Function · 0.50
Tested by
no test coverage detected