Skip to documentation
SLOP

tiny.pluck.thunk_registry.ThunkIdContext

Reference tiny.pluck thunk_registry ThunkIdContext

Defined in thunk_registry.

API (2)

Actions

Public operations.

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

Source

Source: lib/pluck/src/registry.zig:108

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

Also reachable as

evaluator.ThunkIdContext.

Audit

Definitions3
Public names6
Members0
Version26.7.0
Revisiondaab053ee433