Skip to documentation
SLOP

tiny.content.Limits

Reference tiny.content Limits

Defined in tiny.content.

Holds the three numbers a caller fills in to describe how large a store it wants before any storage is sized: the object count, the bytes allowed for one object, and the total content bytes.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/content/src/model.zig:122

zig
/// Holds the three numbers a caller fills in to describe how large a store it/// wants before any storage is sized: the object count, the bytes allowed for/// one object, and the total content bytes.pub const Limits = struct {    objects: u32,    object_bytes: u32,    total_bytes: u64,};

Source: lib/content/src/root.zig:31

zig
pub const Limits = model.Limits;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433