Skip to documentation
SLOP

tiny.glom.IndexInputStatus

Reference tiny.glom IndexInputStatus

Defined in tiny.glom.

API (8)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.glomIndexInputStatus
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: tools/glom/src/input/storage.zig:10

zig
pub const Status = struct {    phase: alloc_phase.capacity.Phase,    in_use: bool,    terminal: bool,    file_bytes: usize,    storage_bytes: usize,    loaded_file_bytes: usize,    high_water_file_bytes: usize,    rejected_file_count: u64,};

Source: tools/glom/src/root.zig:21

zig
pub const IndexInputStatus = input.Status;

Also reachable as

input.Status.

Audit

Definitions1
Public names2
Members8
Version26.7.0
Revisiondaab053ee433