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

Method into_content

libs/@local/hashql/syntax-jexpr/src/parser/string/test.rs:21–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20impl ResultKind {
21 fn into_content(self) -> insta::internals::Content {
22 insta::internals::Content::UnitVariant(
23 "ResultKind",
24 self as u32,
25 match self {
26 Self::Ok => "Ok",
27 Self::Err => "Err",
28 },
29 )
30 }
31}
32
33#[derive(Debug, Copy, Clone, PartialEq, Eq)]

Callers

nothing calls this directly

Calls 1

StructClass · 0.50

Tested by

no test coverage detected