Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ FuzzFormat
Function
FuzzFormat
caddyconfig/caddyfile/formatter_fuzz.go:21–27 ·
view source on GitHub ↗
(input []byte)
Source
from the content-addressed store, hash-verified
19
import
"bytes"
20
21
func
FuzzFormat(input []byte) int {
22
formatted := Format(input)
23
if
bytes.Equal(formatted, Format(formatted)) {
24
return
1
25
}
26
return
0
27
}
Callers
nothing calls this directly
Calls
2
Format
Function · 0.85
Equal
Method · 0.45
Tested by
no test coverage detected