Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
fn borrow_string(s: &String) {}
2
3
fn modify_string(s: &mut String) {}
4
5
fn borrowing() {
6
println!(
"Multiple borrows to an immutable string."
);
Callers
1
borrowing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected