MCPcopy Create free account
hub / github.com/bajrangCoder/setu / CollectionDestinationEntry

Class CollectionDestinationEntry

src/entities/collections.rs:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289#[derive(Debug, Clone, Serialize, Deserialize)]
290struct CollectionsStore {
291 version: u32,
292 workspaces: HashMap<Uuid, Vec<Collection>>,
293}
294
295#[derive(Debug, Clone, Serialize, Deserialize)]
296struct LegacyVersionedCollectionsStore {
297 version: u32,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected