Skip to documentation
SLOP

tiny.preserves.serviceObjectRecord

Reference tiny.preserves serviceObjectRecord

Defined in tiny.preserves.

Builds the record <ServiceObject name obj> for values whose domain is AnyEmbedded.

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

Source

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

zig
/// Builds the record `<ServiceObject name obj>` for values whose domain is `AnyEmbedded`. Code that/// publishes a service's object calls it for a record with its label spelled once, in `symbols`./// The label is a new copy of the symbol `ServiceObject`. The record takes ownership of `name` and/// `obj`, so `Value.deinit` frees the record with both. On `error.OutOfMemory` the call frees what/// it allocated, and the caller still owns `name` and `obj`.pub const serviceObjectRecord = any_records.serviceObjectRecord;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433