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

Method folder

src/entities/collections.rs:99–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 Ok(SavedRequestData::Http(http))
98}
99
100#[derive(Debug, Clone, Serialize, Deserialize)]
101pub struct CollectionFolderNode {
102 pub id: Uuid,
103 pub name: String,
104 #[serde(default = "default_expanded")]
105 pub expanded: bool,
106 #[serde(default)]
107 pub children: Vec<CollectionNode>,

Callers 3

find_nodeFunction · 0.80

Calls

no outgoing calls

Tested by 1