isSourceHashed function

bool isSourceHashed(
  1. String ruleName
)

Whether ruleName fingerprints the source value (vs. the translation value). Only meaningful for ack-able rules.

Implementation

bool isSourceHashed(String ruleName) => _ackableHashesSource[ruleName] ?? false;