Skip to documentation
SLOP

tiny.pluck.runtime.RuntimeValueContext

Reference tiny.pluck runtime RuntimeValueContext

Defined in runtime.

API (2)

Actions

Public operations.

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

Source

Source: lib/pluck/src/runtime.zig:815

zig
pub const RuntimeValueContext = struct {    pub fn hash(_: RuntimeValueContext, key: *RuntimeValue) u64 {        return key.hash();    }    pub fn eql(_: RuntimeValueContext, a: *RuntimeValue, b: *RuntimeValue) bool {        return a.eql(b);    }};

Also reachable as

evaluator.RuntimeValueContext.

Audit

Definitions3
Public names6
Members0
Version26.7.0
Revisiondaab053ee433