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

Method bob

src/test_utils.rs:97–104  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

95 }
96
97 pub async fn bob(&mut self) -> TestContext {
98 TestContext::builder()
99 .configure_bob()
100 .with_id_offset(2000)
101 .with_log_sink(self.log_sink.clone())
102 .build(Some(&mut self.used_names))
103 .await
104 }
105
106 pub async fn charlie(&mut self) -> TestContext {
107 TestContext::builder()

Callers 15

receive_location_kmlFunction · 0.80
test_html_forwardingFunction · 0.80
test_set_htmlFunction · 0.80
test_try_loadFunction · 0.80

Calls 5

with_log_sinkMethod · 0.80
with_id_offsetMethod · 0.80
configure_bobMethod · 0.80
cloneMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected