MCPcopy Index your code
hub / github.com/php/frankenphp / warnf

Function warnf

internal/extgen/funcparser.go:17–19  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

15var warnOut io.Writer = os.Stdout
16
17func warnf(format string, args ...any) {
18 _, _ = fmt.Fprintf(warnOut, format, args...)
19}
20
21type FuncParser struct{}
22

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected