tiny.preserves.entityRuntimeRecord
Defined in tiny.preserves.
Builds the record <EntityRuntime kind observe during>, with its three fields in that order, for values whose domain is AnyEmbedded.
Source
Source: lib/preserves/src/root.zig:283
zig
/// Builds the record `<EntityRuntime kind observe during>`, with its three fields in that order,/// for values whose domain is `AnyEmbedded`. Code that describes a running entity calls it for a/// record with its label spelled once, in `symbols`. The label is a new copy of the symbol/// `EntityRuntime`. The record takes ownership of the three field values, so `Value.deinit` frees/// the record with them. On `error.OutOfMemory` the call frees what it allocated, and the caller/// still owns the three field values.pub const entityRuntimeRecord = any_records.entityRuntimeRecord;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |