tiny.reducer.Interesting
Defined in bytes.model.
Oracle's answer about one candidate byte slice.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/reducer/src/bytes/model.zig:57
zig
/// Oracle's answer about one candidate byte slice.pub const Interesting = enum { /// The candidate reproduces the failure, or shows the property under /// investigation, so the search takes this shorter candidate as its new /// current sequence. interesting, /// The candidate does not show the property under investigation, so the /// search drops this candidate and tries another deletion. uninteresting,};Source: lib/reducer/src/root.zig:332
zig
/// Oracle's answer about one candidate, `interesting` or `uninteresting`.pub const Interesting = bytes.Interesting;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |