pub fn reachability(capture: &Capture) -> Vec<(KeyInput, Reachability)>Expand description
Enumerates the empirical reachability of every chord capture recorded.
Each item pairs the intended KeyInput with its Reachability verdict,
sorted by canonical chord string for stable output. A recorded keypress is
skipped (contributes no entry) when its intended label does not parse, its
mode maps to no DecodeMode, or its raw_bytes are not valid hex — such
a row is unusable evidence, indistinguishable from absence (the committed
fixtures are guarded against these by tests/capture_invariants.rs).
See the module docs for the enumeration rationale and the law.