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

Method get_blobdir

src/context.rs:661–663  ·  view source on GitHub ↗

Returns blob directory path.

(&self)

Source from the content-addressed store, hash-verified

659
660 /// Returns blob directory path.
661 pub fn get_blobdir(&self) -> &Path {
662 self.blobdir.as_path()
663 }
664
665 /// Emits a single event.
666 pub fn emit_event(&self, event: EventType) {

Callers 15

cmdlineFunction · 0.45
dc_get_blobdirFunction · 0.45
get_blob_dirMethod · 0.45
get_abs_pathFunction · 0.45
write_file_to_blobdirFunction · 0.45
from_pathMethod · 0.45
from_nameMethod · 0.45
newMethod · 0.45
remove_unused_filesFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_file_handlingFunction · 0.36
test_createFunction · 0.36
test_create_dupFunction · 0.36
test_double_extFunction · 0.36
testMethod · 0.36
test_send_gif_as_stickerFunction · 0.36