Skip to documentation
SLOP

tiny.zen.FootnoteStorageStatus

Reference tiny.zen FootnoteStorageStatus

Defined in tiny.zen.

API (10)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/footnote/storage.zig:13

zig
pub const Status = struct {    phase: alloc_phase.capacity.Phase,    in_use: bool,    storage_bytes: usize,    max_definitions: usize,    max_joined_text_bytes: usize,    definition_count: usize,    joined_text_bytes: usize,    high_water_definitions: usize,    high_water_joined_text_bytes: usize,    rejected_source_count: u64,};

Source: lib/zen/src/root.zig:131

zig
/// Reports active, high-water, and rejected footnote demand.pub const FootnoteStorageStatus = footnote.Status;

Also reachable as

footnote.Status.

Audit

Definitions1
Public names2
Members10
Version26.7.0
Revisiondaab053ee433