tiny.preserves.requireServiceRecord
Defined in tiny.preserves.
Builds the record <RequireService name> for values whose domain is AnyEmbedded.
Source
Source: lib/preserves/src/root.zig:251
zig
/// Builds the record `<RequireService name>` for values whose domain is `AnyEmbedded`. Code that/// asks for a service calls it for a record with its label spelled once, in `symbols`. The label is/// a new copy of the symbol `RequireService`. The record takes ownership of `name`, so/// `Value.deinit` frees the record with it. On `error.OutOfMemory` the call frees what it/// allocated, and the caller still owns `name`.pub const requireServiceRecord = any_records.requireServiceRecord;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |