Skip to documentation
SLOP

tiny.preserves.isNull

Reference tiny.preserves isNull

Defined in tiny.preserves.

Returns whether v is the symbol null, compared byte for byte.

Called byCallsNo direct callerspredicatesisNulltiny.preservesisNull
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/preserves/src/any.zig:239

zig
/// Returns whether `v` is the symbol `null`, compared byte for byte. Code that reads JSON-shaped/// data calls it to recognize JSON `null`.pub fn isNull(v: AnyValue) bool {    return predicates.isNull(embedded_mod.AnyEmbedded, v);}

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

zig
pub const isNull = any.isNull;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433