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

Function Errorf

cli/cliui/log.go:74–76  ·  view source on GitHub ↗

Errorf writes a formatted log to the writer provided.

(wtr io.Writer, fmtStr string, args ...interface{})

Source from the content-addressed store, hash-verified

72
73// Errorf writes a formatted log to the writer provided.
74func Errorf(wtr io.Writer, fmtStr string, args ...interface{}) {
75 Error(wtr, fmt.Sprintf(fmtStr, args...))
76}

Callers 8

handleRPTYFunction · 0.92
ServerMethod · 0.92
sshMethod · 0.92
openAppMethod · 0.92
startServerMethod · 0.92
scaletestCleanupMethod · 0.92
proxyServerMethod · 0.92

Calls 1

ErrorFunction · 0.70

Tested by

no test coverage detected