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

Method kind

libs/error-stack/src/frame/mod.rs:51–53  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49 /// Returns how the `Frame` was created.
50 #[must_use]
51 pub fn kind(&self) -> FrameKind<'_> {
52 self.frame.kind()
53 }
54
55 /// Requests the reference to `T` from the `Frame` if provided.
56 #[must_use]

Callers 7

serializeMethod · 0.45
find_nextFunction · 0.45
fmtMethod · 0.45
debug_attachments_invokeFunction · 0.45
debug_frameFunction · 0.45
fmtMethod · 0.45
messagesFunction · 0.45

Calls

no outgoing calls

Tested by 1

messagesFunction · 0.36