Skip to documentation
SLOP

tiny.preserves.serviceStateRecord

Reference tiny.preserves serviceStateRecord

Defined in tiny.preserves.

Builds the record <ServiceState name state> for values whose domain is AnyEmbedded.

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

Source

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

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

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433