Skip to documentation
SLOP

tiny.preserves.entityRuntimeRecord

Reference 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.

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

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

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433