Skip to documentation
SLOP

tiny.reducer.Interesting

Reference tiny.reducer Interesting

Defined in bytes.model.

Oracle's answer about one candidate byte slice.

API (2)

Fields and members

Public fields and members.

No direct callersNo direct callsbytes.modelInteresting
Static calls · unresolved targets: unknown · external targets: unknown.

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

bytes.Interesting.

Audit

Definitions1
Public names3
Members2
Version26.7.0
Revisiondaab053ee433