tiny.machine.Profile
Defined in profile.types.
One execution contract, the backend chosen to run it, and the determinism claims that pairing makes define a profile.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/machine/src/profile/types.zig:142
zig
/// One execution contract, the backend chosen to run it, and the determinism claims/// that pairing makes define a profile. A caller hands one of these to an instance,/// a checkpoint, or a world so that code knows the rules.pub const Profile = struct { contract: Contract, backend: BackendSemantics, claims: determinism.Claims,};Source: lib/machine/src/root.zig:104
zig
pub const Profile = profile.Profile;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |