pub fn capability_snapshot_matches_binary(
snapshot: &CodexCapabilities,
binary: &Path,
) -> boolExpand description
True when the snapshot was captured for the same binary path and fingerprint.
Hosts can consult this before applying a serialized snapshot to avoid reusing stale capability data after binary upgrades.