Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
80
func
writeTree(w io.Writer, tree traceTree) error {
81
return
(&treeWriter{W: w}).WriteTree(tree)
82
}
83
84
type
treeWriter
struct
{
85
W io.Writer
Callers
2
Format
Function · 0.85
TestWriteTree
Function · 0.85
Calls
1
WriteTree
Method · 0.80
Tested by
1
TestWriteTree
Function · 0.68