Skip to documentation
SLOP

tiny.preserves.runServiceRecord

Reference tiny.preserves runServiceRecord

Defined in tiny.preserves.

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

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

Source

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

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

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433