MCPcopy Create free account
hub / github.com/bahdotsh/mdlib / SearchQuery

Class SearchQuery

src/server.rs:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75#[derive(Debug, Deserialize)]
76struct SearchQuery {
77 q: Option<String>,
78 tag: Option<String>,
79 category: Option<String>,
80}
81
82#[derive(Debug, Deserialize)]
83struct AddTagsRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected