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

Function main

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

Source from the content-addressed store, hash-verified

6}
7
8fn main() -> sio::Result<()> {
9 let x = RefCounted::new(std::i32::MAX);
10 let _y: Weak<i32> = RefCounted::downgrade(&x);
11 foo::bar();
12 Ok(())
13}

Callers

nothing calls this directly

Calls 1

barFunction · 0.70

Tested by

no test coverage detected