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

Function test_kinds

libs/error-stack/tests/test_attach.rs:16–27  ·  view source on GitHub ↗
(report: &Report<E>)

Source from the content-addressed store, hash-verified

14}
15
16fn test_kinds<E>(report: &Report<E>) {
17 assert_kinds!(
18 report,
19 [
20 FrameKind::Attachment(AttachmentKind::Opaque(_)),
21 FrameKind::Attachment(AttachmentKind::Opaque(_)),
22 FrameKind::Attachment(AttachmentKind::Opaque(_)),
23 FrameKind::Attachment(AttachmentKind::Opaque(_)),
24 FrameKind::Context(_)
25 ]
26 );
27}
28
29#[test]
30fn attach_opaque() {

Callers 3

attach_opaqueFunction · 0.70
attach_resultFunction · 0.70
attach_futureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected