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

Method name

src/test_utils.rs:624–628  ·  view source on GitHub ↗

Returns the name of this [`TestContext`]. This is the same name that is shown in events logged in the test output.

(&self)

Source from the content-addressed store, hash-verified

622 ///
623 /// This is the same name that is shown in events logged in the test output.
624 pub fn name(&self) -> String {
625 let context_names = CONTEXT_NAMES.read().unwrap();
626 let id = &self.ctx.id;
627 context_names.get(id).unwrap_or(&id.to_string()).to_string()
628 }
629
630 /// Configure as a given email address.
631 ///

Callers 11

endtag_cbMethod · 0.45
starttag_cbMethod · 0.45
resync_foldersMethod · 0.45
get_folder_meaningFunction · 0.45
dehtml_quick_xmlFunction · 0.45
dehtml_endtag_cbFunction · 0.45
dehtml_starttag_cbFunction · 0.45
parse_protocolFunction · 0.45
parse_xml_readerFunction · 0.45
parse_serverFunction · 0.45
parse_xml_readerFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected