Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ sink
Function
sink
libs/error-stack/src/sink.rs:479–485 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
477
#[test]
478
fn try_none() {
479
fn sink() -> Result<(), Report<[TestError]>> {
480
let sink = ReportSink::new();
481
482
sink?;
483
484
Ok(())
485
}
486
487
sink().expect(
"should not have failed"
);
488
}
Callers
6
try_none
Function · 0.85
try_single
Function · 0.85
try_multiple
Function · 0.85
try_arbitrary_return
Function · 0.85
panic_on_unused
Function · 0.85
panic_on_unused_with_defuse
Function · 0.85
Calls
3
Ok
Interface · 0.85
TestError
Class · 0.70
append
Method · 0.65
Tested by
5
try_none
Function · 0.68
try_single
Function · 0.68
try_multiple
Function · 0.68
try_arbitrary_return
Function · 0.68
panic_on_unused_with_defuse
Function · 0.68