Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
89
func
(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
writeTree
Function · 0.80
Calls
1
writeTree
Method · 0.95
Tested by
no test coverage detected