tiny.glom.IndexInputStatus
Defined in tiny.glom.
API (8)
Fields and members
Public fields and members.
file_byteshigh_water_file_bytesin_useloaded_file_bytesphaserejected_file_countstorage_bytesterminal
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |