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

Method writeString

tree.go:249–252  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

247}
248
249func (p *treeWriter) writeString(s string) {
250 _, err := io.WriteString(p.W, s)
251 p.err(err)
252}
253
254func (p *treeWriter) printf(format string, args ...interface{}) {
255 _, err := fmt.Fprintf(p.W, format, args...)

Callers 2

writeTraceMethod · 0.95
pipesMethod · 0.95

Calls 1

errMethod · 0.95

Tested by

no test coverage detected