MCPcopy Create free account
hub / github.com/chatmail/core / iter

Method iter

src/blob.rs:626–628  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

624 }
625
626 pub(crate) fn iter(&self) -> BlobDirIter<'_> {
627 BlobDirIter::new(self.context, self.inner.iter())
628 }
629}
630
631/// A iterator over all the [`BlobObject`]s in the blobdir.

Callers 15

hintMethod · 0.45
cmdlineFunction · 0.45
dc_get_fresh_msgsFunction · 0.45
dc_get_next_msgsFunction · 0.45
dc_wait_next_msgsFunction · 0.45
dc_get_chat_contactsFunction · 0.45
dc_search_msgsFunction · 0.45
dc_import_vcardFunction · 0.45
dc_get_contactsFunction · 0.45
dc_get_blocked_contactsFunction · 0.45

Calls

no outgoing calls

Tested by 8

print_chatsMethod · 0.36
test_empty_server_listFunction · 0.36
test_remove_member_bccFunction · 0.36
get_timestampsFunction · 0.36