Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dexwritescode/rust-mcp
/ greet
Method
greet
test_code.rs:16–18 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
14
}
15
16
fn greet(&self) {
17
println!(
"Hello, my name is {}"
, self.name);
18
}
19
}
20
21
fn create_person() -> Person {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected