Skip to documentation
SLOP

tiny.zen.ThemeRenderCapacity

Reference tiny.zen ThemeRenderCapacity

Defined in tiny.zen.

API (4)

Actions

Public operations.

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/theme/capacity.zig:6

zig
pub const Capacity = struct {    limits: Limits,    output_offset: usize,    storage_bytes: usize,    pub fn derive(limits: Limits) Capacity {        return .{            .limits = limits,            .output_offset = 0,            .storage_bytes = limits.max_output_bytes,        };    }};

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

zig
/// Checked output-byte capacity derived from `ThemeRenderLimits`.pub const ThemeRenderCapacity = theme.RenderCapacity;
Called byCallsNo direct callstest sourcelib.zen.src.theme.capacitytest: theme render capacity handles e...test sourcelib.zen.src.theme.capacitytest: theme render capacity matches a...ThemeRenderCapacityderive
Static calls · unresolved targets: 0 · external targets: 0.

Also reachable as

theme.RenderCapacity.

Audit

Definitions2
Public names4
Members3
Version26.7.0
Revisiondaab053ee433