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

Method appendix

libs/error-stack/src/fmt/hook.rs:36–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34 }
35
36 fn appendix(&self) -> &[String] {
37 &self.appendix
38 }
39
40 fn take_body(&mut self) -> Vec<String> {
41 mem::take(&mut self.body)

Callers 1

fmtMethod · 0.80

Calls 2

extraMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected