Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dexwritescode/rust-mcp
/ create_person
Function
create_person
test_code.rs:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
fn create_person() -> Person {
22
Person::new(
"Alice"
.to_string(), 30)
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected