IsPrefixSearchScan is true if prefix and search scanning not found the result.
(err error)
| 36 | |
| 37 | // IsPrefixSearchScan is true if prefix and search scanning not found the result. |
| 38 | func IsPrefixSearchScan(err error) bool { |
| 39 | return errors.Is(err, ErrPrefixSearchScan) |
| 40 | } |
no outgoing calls