MCPcopy Create free account
hub / github.com/Rustixir/darkbird / User

Class User

example/before-vsn-6.1.0-migration.rs:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#[derive(Serialize, Deserialize, Clone, Debug)]
41struct User {
42 fullname: String,
43}
44
45impl User {
46 pub fn new(fullname: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected