({ path })
| 86 | return { isSearch: true, isRead: false } |
| 87 | }, |
| 88 | getPath({ path }): string { |
| 89 | return path ? expandPath(path) : getCwd() |
| 90 | }, |
| 91 | async preparePermissionMatcher({ pattern }) { |
| 92 | return rulePattern => matchWildcardPattern(rulePattern, pattern) |
| 93 | }, |
nothing calls this directly
no test coverage detected