MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / drop

Method drop

tests/support/mod.rs:18–20  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

16
17impl Drop for TestTrace {
18 fn drop(&mut self) {
19 eprintln!("{} end", self.name);
20 }
21}
22
23pub(crate) fn trace_step(label: &str) {

Callers

nothing calls this directly

Calls 1

collect_stderrMethod · 0.80

Tested by

no test coverage detected