MCPcopy 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_noneFunction · 0.85
try_singleFunction · 0.85
try_multipleFunction · 0.85
try_arbitrary_returnFunction · 0.85
panic_on_unusedFunction · 0.85

Calls 3

OkInterface · 0.85
TestErrorClass · 0.70
appendMethod · 0.65

Tested by 5

try_noneFunction · 0.68
try_singleFunction · 0.68
try_multipleFunction · 0.68
try_arbitrary_returnFunction · 0.68