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

Method sources

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

Source from the content-addressed store, hash-verified

33 /// [`Report`]: crate::Report
34 #[must_use]
35 pub const fn sources(&self) -> &[Self] {
36 &self.sources
37 }
38
39 /// Returns a mutable reference to the sources of this `Frame`.
40 ///

Callers 8

find_nextFunction · 0.80
current_contextsMethod · 0.80
nextMethod · 0.80
collectFunction · 0.80
opaque_attachmentFunction · 0.80
sourcesFunction · 0.80
printable_attachmentFunction · 0.80
contextFunction · 0.80

Calls

no outgoing calls

Tested by 4

opaque_attachmentFunction · 0.64
sourcesFunction · 0.64
printable_attachmentFunction · 0.64
contextFunction · 0.64