MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / FuzzNewAccessValidator

Function FuzzNewAccessValidator

validation/validation_test.go:201–206  ·  view source on GitHub ↗
(f *testing.F)

Source from the content-addressed store, hash-verified

199}
200
201func FuzzNewAccessValidator(f *testing.F) {
202 f.Fuzz(func(t *testing.T, domain string, issuer string, applicationAUD string) {
203 ctx := context.Background()
204 _, _ = NewAccessValidator(ctx, domain, issuer, applicationAUD)
205 })
206}

Callers

nothing calls this directly

Calls 1

NewAccessValidatorFunction · 0.85

Tested by

no test coverage detected