Skip to documentation
SLOP

tiny.preserves.restartServiceRecord

Reference tiny.preserves restartServiceRecord

Defined in tiny.preserves.

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

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

Source

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

zig
/// Builds the record `<RestartService name>` for values whose domain is `AnyEmbedded`. Code that/// asks for a restart calls it for a record with its label spelled once, in `symbols`. The label is/// a new copy of the symbol `RestartService`. 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 restartServiceRecord = any_records.restartServiceRecord;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433