Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bracesdev/errtrace
/ printf
Method
printf
tree.go:254–257 ·
view source on GitHub ↗
(format string, args ...interface{})
Source
from the content-addressed store, hash-verified
252
}
253
254
func
(p *treeWriter) printf(format string, args ...
interface
{}) {
255
_, err := fmt.Fprintf(p.W, format, args...)
256
p.err(err)
257
}
Callers
1
writeTrace
Method · 0.95
Calls
1
err
Method · 0.95
Tested by
no test coverage detected