MCPcopy Index your code
hub / github.com/bracesdev/errtrace / WriteTree

Method WriteTree

tree.go:89–92  ·  view source on GitHub ↗
(t traceTree)

Source from the content-addressed store, hash-verified

87}
88
89func (p *treeWriter) WriteTree(t traceTree) error {
90 p.writeTree(t, nil /* path */)
91 return p.e
92}
93
94// Records the error if non-nil.
95// Will be returned from WriteTree, ultimately.

Callers 1

writeTreeFunction · 0.80

Calls 1

writeTreeMethod · 0.95

Tested by

no test coverage detected