MCPcopy Create free account
hub / github.com/ChristianSchott/boris / modify_string

Function modify_string

example/src/borrowing.rs:3–3  ·  view source on GitHub ↗
(s: &mut String)

Source from the content-addressed store, hash-verified

1fn borrow_string(s: &String) {}
2
3fn modify_string(s: &mut String) {}
4
5fn borrowing() {
6 println!("Multiple borrows to an immutable string.");

Callers 1

borrowingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected