tiny.glom.IndexInputCapacity
Defined in tiny.glom.
API (3)
Actions
Public operations.
Fields and members
Public fields and members.
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
Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |