tiny.zen.SitePathStorageStatus
Defined in tiny.zen.
API (10)
Fields and members
Public fields and members.
high_water_public_path_byteshigh_water_target_path_bytesin_usemax_public_path_bytesmax_target_path_bytesphasepublic_path_bytesrejected_path_countstorage_bytestarget_path_bytes
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 10 |
| Version | 26.7.0 |
| Revision | daab053ee433 |