module Pf::Core::IProbeFetch(T)

Overview

Includers can look up a stored value in the trie.

Direct including types

Defined in:

permafrost/core/node.cr

Instance Method Summary

Instance Method Detail

abstract def match?(stored : T) : Bool #

Returns true if this probe accepts the given stored value.


[View source]
abstract def path : UInt64 #

Returns the full path to the stored value (usually the stored value's hash).


[View source]