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

Method len

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

Source from the content-addressed store, hash-verified

684 ) -> Option<Uuid> {
685 let node = CollectionNode::Request(CollectionRequestNode::new_saved(request));
686 let node_id = node.id();
687
688 let Some(collection) = self.collections.iter_mut().find(|c| c.id == collection_id) else {
689 return None;
690 };
691

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected