module Pf::Core::IProbeFetch(T)
Overview
Includers can look up a stored value in the trie.
Direct including types
- Pf::Core::IProbeAdd(T)
- Pf::Core::IProbeDelete(T)
- Pf::Map::Probes::Fetch(K, V)
- Pf::Set::Probes::Includes(T)
Defined in:
permafrost/core/node.crInstance Method Summary
-
#match?(stored : T) : Bool
Returns
true
if this probe accepts the given stored value. -
#path : UInt64
Returns the full path to the stored value (usually the stored value's hash).
Instance Method Detail
abstract
def path : UInt64
#
Returns the full path to the stored value (usually the stored value's hash).