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

Class Question

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

Source from the content-addressed store, hash-verified

15
16#[derive(Serialize, Deserialize, Debug, Clone)]
17struct Question {
18 title: String,
19 content: String,
20}
21
22#[derive(Serialize, Deserialize, Debug, Clone)]
23struct QuestionAnswer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected