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

Enum StorageType

src/darkbird.rs:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86#[derive(Clone, Serialize, Deserialize)]
87pub enum StorageType {
88 // Store to memory
89 RamCopies,
90
91 // Store to memory and persist to disk
92 DiskCopies,
93}
94
95
96#[derive(Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected