MCPcopy
hub / github.com/tdewolff/minify / Fuzz

Function Fuzz

tests/html/main.go:15–19  ·  view source on GitHub ↗

Fuzz is a fuzz test.

(data []byte)

Source from the content-addressed store, hash-verified

13
14// Fuzz is a fuzz test.
15func Fuzz(data []byte) int {
16 r := bytes.NewBuffer(data)
17 _ = html.Minify(minify.New(), io.Discard, r, nil)
18 return 1
19}

Callers

nothing calls this directly

Calls 1

MinifyFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…