patch.go 89 B

12345
  1. package provider
  2. func (rp *ruleSetProvider) Count() int {
  3. return rp.strategy.Count()
  4. }