Skip to documentation
SLOP

tiny.zen.FrontmatterStorageStatus

Reference tiny.zen FrontmatterStorageStatus

Defined in tiny.zen.

API (5)

Fields and members

Public fields and members.

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

Source

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

zig
pub const Status = struct {    phase: alloc_phase.capacity.Phase,    in_use: bool,    storage_bytes: usize,    max_pairs: usize,    max_continuation_bytes: usize,};

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

zig
/// Reports phase, active use, and admitted frontmatter capacity.pub const FrontmatterStorageStatus = frontmatter.Status;

Also reachable as

frontmatter.Status.

Audit

Definitions1
Public names2
Members5
Version26.7.0
Revisiondaab053ee433