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

Function test_kinds

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

Source from the content-addressed store, hash-verified

20}
21
22fn test_kinds<E>(report: &Report<E>) {
23 assert_kinds!(
24 report,
25 [
26 FrameKind::Attachment(AttachmentKind::Printable(_)),
27 FrameKind::Attachment(AttachmentKind::Printable(_)),
28 FrameKind::Attachment(AttachmentKind::Printable(_)),
29 FrameKind::Attachment(AttachmentKind::Printable(_)),
30 FrameKind::Context(_)
31 ]
32 );
33}
34
35#[test]
36fn 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