Skip to documentation
SLOP

tiny.glom.IndexInputCapacity

Reference tiny.glom IndexInputCapacity

Defined in tiny.glom.

API (3)

Actions

Public operations.

Fields and members

Public fields and members.

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

Source

Source: tools/glom/src/input/capacity.zig:9

zig
pub const Capacity = struct {    file_bytes: usize,    storage_bytes: usize,    pub fn derive(limits: Limits) DeriveError!Capacity {        return alloc_phase.input.deriveCapacity(            Limits,            Capacity,            "file_bytes",            limits,        );    }};

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

zig
pub const IndexInputCapacity = input.Capacity;

Also reachable as

input.Capacity.

Audit

Definitions2
Public names4
Members2
Version26.7.0
Revisiondaab053ee433