Skip to documentation
SLOP

tiny.zen.SitePathStorageStatus

Reference tiny.zen SitePathStorageStatus

Defined in tiny.zen.

API (10)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/site/path/storage.zig:14

zig
pub const Status = struct {    phase: alloc_phase.capacity.Phase,    in_use: bool,    storage_bytes: usize,    max_target_path_bytes: usize,    max_public_path_bytes: usize,    target_path_bytes: usize,    public_path_bytes: usize,    high_water_target_path_bytes: usize,    high_water_public_path_bytes: usize,    rejected_path_count: u64,};

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

zig
/// Reports active, high-water, and rejected path byte demand.pub const SitePathStorageStatus = site_path.Status;

Also reachable as

site.path.Status.

Audit

Definitions1
Public names2
Members10
Version26.7.0
Revisiondaab053ee433