MCPcopy Create free account
hub / github.com/hashintel/hash / finish_ok

Function finish_ok

libs/error-stack/src/sink.rs:598–602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596
597 #[test]
598 fn finish_ok() {
599 let sink: ReportSink<TestError> = ReportSink::new();
600
601 sink.finish().expect("should have succeeded");
602 }
603
604 #[test]
605 fn finish_with() {

Callers

nothing calls this directly

Calls 2

expectMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected