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

Function writeTree

tree.go:80–82  ·  view source on GitHub ↗
(w io.Writer, tree traceTree)

Source from the content-addressed store, hash-verified

78}
79
80func writeTree(w io.Writer, tree traceTree) error {
81 return (&treeWriter{W: w}).WriteTree(tree)
82}
83
84type treeWriter struct {
85 W io.Writer

Callers 2

FormatFunction · 0.85
TestWriteTreeFunction · 0.85

Calls 1

WriteTreeMethod · 0.80

Tested by 1

TestWriteTreeFunction · 0.68