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

Function Warnf

cli/cliui/log.go:46–48  ·  view source on GitHub ↗

Warn writes a formatted log to the writer provided.

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

Source from the content-addressed store, hash-verified

44
45// Warn writes a formatted log to the writer provided.
46func Warnf(wtr io.Writer, fmtStr string, args ...interface{}) {
47 Warn(wtr, fmt.Sprintf(fmtStr, args...))
48}
49
50// Info writes a log to the writer provided.
51func Info(wtr io.Writer, header string, lines ...string) {

Callers 14

ServerMethod · 0.92
taskLogsMethod · 0.92
fetchRuntimeResourcesFunction · 0.92
openVSCodeMethod · 0.92
openAppMethod · 0.92
mcpConfigureClaudeCodeFunction · 0.92
mcpServerMethod · 0.92
startReporterMethod · 0.92
startWatcherMethod · 0.92
startServerMethod · 0.92
userCreateMethod · 0.92
getTargetedWorkspacesMethod · 0.92

Calls 1

WarnFunction · 0.85

Tested by

no test coverage detected