tiny.preserves.serviceObjectRecord
Defined in tiny.preserves.
Builds the record <ServiceObject name obj> for values whose domain is AnyEmbedded.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |