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

Method push_appendix

libs/error-stack/src/fmt/hook.rs:309–311  ·  view source on GitHub ↗

(&mut self, content: impl Into<String>)

Source from the content-addressed store, hash-verified

307 #[cfg_attr(doc, doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/snapshots/doc/fmt__hookcontext_emit.snap")))]
308 /// </pre>
309 pub fn push_appendix(&mut self, content: impl Into<String>) {
310 self.inner_mut().extra_mut().appendix.push(content.into());
311 }
312
313 /// Add a new entry to the body.
314 ///

Callers 5

scenariosFunction · 0.80
backtraceFunction · 0.80
span_traceFunction · 0.80
hook_alternateFunction · 0.80

Calls 3

extra_mutMethod · 0.80
inner_mutMethod · 0.80
pushMethod · 0.65

Tested by 1

hook_alternateFunction · 0.64