MCPcopy Create free account
hub / github.com/bracesdev/errtrace / logf

Function logf

cmd/errtrace/main.go:1217–1220  ·  view source on GitHub ↗
(w io.Writer, format string, a ...any)

Source from the content-addressed store, hash-verified

1215}
1216
1217func logf(w io.Writer, format string, a ...any) {
1218 // logging writes are best-effort
1219 _, _ = fmt.Fprintf(w, format, a...)
1220}

Callers 3

toolExecVersionMethod · 0.85
rewriteCompileMethod · 0.85
runOriginalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected