MCPcopy Index your code
hub / github.com/coder/coder / writef

Function writef

scripts/gotestsummary/main.go:340–342  ·  view source on GitHub ↗
(writer io.Writer, format string, args ...any)

Source from the content-addressed store, hash-verified

338}
339
340func writef(writer io.Writer, format string, args ...any) {
341 _, _ = fmt.Fprintf(writer, format, args...)
342}
343
344func writeBuilderString(builder *strings.Builder, value string) {
345 _, _ = builder.WriteString(value)

Callers 1

summarizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected