Skip to documentation
SLOP

tiny.machine.Capacity

Reference tiny.machine Capacity

Defined in profile.capacity.

The ten bounded resources one profile pins, so a caller names one to ask for its bound: instances, checkpoint candidates, admissions, request records, event records, and the byte bounds for terminal, entropy, semantic, effect-request, and effect-result payloads.

API (10)

Fields and members

Public fields and members.

No direct callersNo direct callsprofile.capacityCapacity
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/machine/src/profile/capacity.zig:8

zig
/// The ten bounded resources one profile pins, so a caller names one to ask for/// its bound: instances, checkpoint candidates, admissions, request records, event/// records, and the byte bounds for terminal, entropy, semantic, effect-request,/// and effect-result payloads.pub const Capacity = enum(u8) {    instances,    checkpoint_candidates,    admissions,    request_records,    event_records,    terminal_bytes,    entropy_bytes,    semantic_bytes,    effect_request_bytes,    effect_result_bytes,};

Source: lib/machine/src/root.zig:74

zig
pub const Capacity = profile.Capacity;

Also reachable as

profile.Capacity.

Audit

Definitions1
Public names3
Members10
Version26.7.0
Revisiondaab053ee433