MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / main

Function main

0a_error_handling/rust/boilerplate.rs:30–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30fn main() {
31 let numbers = vec!["42", "93", "18"];
32 let empty = vec![];
33 let strings = vec!["tofu", "93", "18"];
34
35 print(double_first(numbers));
36 print(double_first(empty));
37 print(double_first(strings));
38}

Callers

nothing calls this directly

Calls 2

printFunction · 0.70
double_firstFunction · 0.70

Tested by

no test coverage detected