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

Method sources_mut

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

Source from the content-addressed store, hash-verified

43 /// [`Report`]: crate::Report
44 #[must_use]
45 pub fn sources_mut(&mut self) -> &mut [Self] {
46 &mut self.sources
47 }
48
49 /// Returns how the `Frame` was created.
50 #[must_use]

Callers 6

frames_mutMethod · 0.80
downcast_mutMethod · 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