minSourceLength constant

int const minSourceLength

Source strings shorter than this skip the check — short strings' ratios are too noisy to be a useful signal.

Implementation

static const int minSourceLength = 8;