MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / QuestionAnswer

Class QuestionAnswer

ch_11/integration-tests/src/main.rs:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#[derive(Serialize, Deserialize, Debug, Clone)]
23struct QuestionAnswer {
24 id: i32,
25 title: String,
26 content: String,
27 tags: Option<Vec<String>>,
28}
29
30#[derive(Serialize, Deserialize, Debug, Clone)]
31struct Token(String);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected