Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
impl Drop for TestTrace {
18
fn drop(&mut self) {
19
eprintln!(
"{} end"
, self.name);
20
}
21
}
22
23
pub(crate) fn trace_step(label: &str) {
Callers
nothing calls this directly
Calls
1
collect_stderr
Method · 0.80
Tested by
no test coverage detected