Function clvm_utils::tree_hash_cached
source ยท pub fn tree_hash_cached<S>(
a: &Allocator,
node: NodePtr,
backrefs: &HashSet<NodePtr, S>,
cache: &mut HashMap<NodePtr, TreeHash, S>,
) -> TreeHashwhere
S: BuildHasher,