Skip to documentation
SLOP

tiny.syn.SpanMaterialization

Reference tiny.syn SpanMaterialization

Defined in span.model.

What happened to the spans of one line.

API (2)

Fields and members

Public fields and members.

No direct callersNo direct callsspan.modelMaterialization
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/syn/src/span/model.zig:110

zig
/// What happened to the spans of one line. A caller checks it after each call to know whether the/// storage holds the spans of the line. Both outcomes leave the continuation state exact.pub const Materialization = enum {    /// The line fit within the text limit, and the storage holds its spans.    complete,    /// The line was longer than the text limit, and the storage holds no spans for it. The line was    /// still scanned in full, and the storage added one to its count of discarded lines.    discarded,};

Source: lib/syn/src/root.zig:49

zig
pub const SpanMaterialization = span.Materialization;

Also reachable as

span.Materialization.

Audit

Definitions1
Public names3
Members2
Version26.7.0
Revisiondaab053ee433