Expand description
Tree-aware canonical fingerprint algorithm.
Implements normalize_and_hash — the depth-first canonical walk that extends
the leaf-only fingerprint_node_kind to trees of arbitrary depth.
Structs§
- Normalize
Node - A node in a pattern AST subtree used by
normalize_and_hash.
Functions§
- normalize_
and_ hash - Computes a canonical
blake3fingerprint for a pattern AST subtree.