Uses of Interface
com.code_intelligence.jazzer.api.Function1
-
Uses of Function1 in com.code_intelligence.jazzer.api
Modifier and TypeMethodDescriptionstatic <T1,
R> R Autofuzz.autofuzz
(FuzzedDataProvider data, Function1<T1, R> func) Attempts to invokefunc
with arguments created automatically from the fuzzer input using only public methods available on the classpath.