MCPcopy Create free account
hub / github.com/vale-cli/vale / FuzzExistenceInit

Function FuzzExistenceInit

internal/check/existence_test.go:48–53  ·  view source on GitHub ↗
(f *testing.F)

Source from the content-addressed store, hash-verified

46}
47
48func FuzzExistenceInit(f *testing.F) {
49 f.Add("hello")
50 f.Fuzz(func(_ *testing.T, s string) {
51 _, _ = makeExistence([]string{s})
52 })
53}
54
55func FuzzExistence(f *testing.F) {
56 rule, err := makeExistence([]string{"test"})

Callers

nothing calls this directly

Calls 1

makeExistenceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…