MCPcopy Create free account
hub / github.com/Wulf/tsync / AuthorName

Class AuthorName

test/struct/rust.rs:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66#[tsync]
67#[derive(Serialize)]
68struct AuthorName {
69 alias: Option<String>,
70 first_name: String,
71 last_name: String,
72}
73
74#[tsync]
75#[derive(Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected