MCPcopy 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
254func (p *treeWriter) printf(format string, args ...interface{}) {
255 _, err := fmt.Fprintf(p.W, format, args...)
256 p.err(err)
257}

Callers 1

writeTraceMethod · 0.95

Calls 1

errMethod · 0.95

Tested by

no test coverage detected