Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
15
var
warnOut io.Writer = os.Stdout
16
17
func
warnf(format string, args ...any) {
18
_, _ = fmt.Fprintf(warnOut, format, args...)
19
}
20
21
type
FuncParser
struct
{}
22
Callers
1
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected