Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hint
Method · 0.45
cmdline
Function · 0.45
dc_get_fresh_msgs
Function · 0.45
dc_get_next_msgs
Function · 0.45
dc_wait_next_msgs
Function · 0.45
dc_get_chat_contacts
Function · 0.45
dc_search_msgs
Function · 0.45
dc_import_vcard
Function · 0.45
dc_get_contacts
Function · 0.45
dc_get_blocked_contacts
Function · 0.45
convert_and_prune_message_ids
Function · 0.45
marknoticed_chat_benchmark
Function · 0.45
Calls
no outgoing calls
Tested by
8
print_chats
Method · 0.36
test_empty_server_list_legacy
Function · 0.36
test_empty_server_list
Function · 0.36
test_remove_member_bcc
Function · 0.36
test_intended_recipient_fingerprint
Function · 0.36
test_delete_expired_imap_messages
Function · 0.36
test_unencrypted_doesnt_goto_self_chat
Function · 0.36
get_timestamps
Function · 0.36