Skip to documentation
SLOP

tiny.preserves.syncedRecord

Reference tiny.preserves syncedRecord

Defined in tiny.preserves.

Builds the record <Synced>, which has no fields, for values whose domain is AnyEmbedded.

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

Source

Source: lib/preserves/src/root.zig:245

zig
/// Builds the record `<Synced>`, which has no fields, for values whose domain is `AnyEmbedded`./// Code that marks a sync point calls it for a record with its label spelled once, in `symbols`./// The label is a new copy of the symbol `Synced`. `Value.deinit` frees the record. On/// `error.OutOfMemory` the call frees what it allocated.pub const syncedRecord = any_records.syncedRecord;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433