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

Enum RQuery

src/darkbird/storage.rs:424–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422// used for log to disk
423#[derive(Serialize, Deserialize, Clone)]
424pub enum RQuery<K, Doc> {
425 Insert(K, Doc),
426 Remove(K),
427}
428
429impl<K, Doc> RQuery<K, Doc> {
430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected