Skip to documentation
SLOP

tiny.zen.SitePathLimits

Reference tiny.zen SitePathLimits

Defined in tiny.zen.

API (2)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/site/path/plan.zig:6

zig
pub const Limits = struct {    max_target_path_bytes: usize,    max_public_path_bytes: usize,};

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

zig
/// Bounds transformed target-path and public-URL bytes.pub const SitePathLimits = site_path.Limits;

Also reachable as

site.path.Limits.

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433