tiny.hypothesis.fuzz
Defined in tiny.hypothesis.
Source
Source: lib/hypothesis/src/testing.zig:138
zig
pub fn fuzz( context: anytype, comptime fuzzFn: fn (context: @TypeOf(context), input: []const u8) anyerror!void, options: FuzzInputOptions,) anyerror!void { return fuzzWithSettings(context, fuzzFn, options, .{});}Source: lib/hypothesis/src/root.zig:60
zig
pub const fuzz = testing.fuzz;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |