Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1217
func
logf(w io.Writer, format string, a ...any) {
1218
// logging writes are best-effort
1219
_, _ = fmt.Fprintf(w, format, a...)
1220
}
Callers
3
toolExecVersion
Method · 0.85
rewriteCompile
Method · 0.85
runOriginal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected