Skip to documentation
SLOP

tiny.zen.HeadingLimits

Reference tiny.zen HeadingLimits

Defined in tiny.zen.

Maximum heading descriptors and copied text and ID bytes.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/document/plan.zig:5

zig
/// Maximum heading descriptors and copied text and ID bytes.pub const Limits = struct {    /// Maximum number of headings in one document.    max_headings: usize,    /// Maximum total visible heading-text bytes.    max_text_bytes: usize,    /// Maximum total resolved heading-ID bytes.    max_id_bytes: usize,};

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

zig
/// Bounds heading count plus copied heading-text and identifier bytes.pub const HeadingLimits = document.Limits;

Also reachable as

document.Limits.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433