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

Function warnf

scripts/metricsdocgen/scanner/scanner.go:101–103  ·  view source on GitHub ↗

warnf prints a warning to stderr unconditionally. Use this for messages about real problems that a developer should investigate.

(format string, args ...any)

Source from the content-addressed store, hash-verified

99// warnf prints a warning to stderr unconditionally. Use this for
100// messages about real problems that a developer should investigate.
101func warnf(format string, args ...any) {
102 log.Printf("WARNING: "+format, args...)
103}
104
105func main() {
106 metrics, err := scanAllDirs()

Callers 4

scanFileFunction · 0.70
extractNewDescMetricFunction · 0.70
extractOptsMetricFunction · 0.70
extractPromautoMetricFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected