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.
admissionscheckpoint_candidateseffect_request_byteseffect_result_bytesentropy_bytesevent_recordsinstancesrequest_recordssemantic_bytesterminal_bytes
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 10 |
| Version | 26.7.0 |
| Revision | daab053ee433 |