({ file_path })
| 393 | } |
| 394 | }, |
| 395 | async preparePermissionMatcher({ file_path }) { |
| 396 | return pattern => matchWildcardPattern(pattern, file_path) |
| 397 | }, |
| 398 | async checkPermissions(input, context): Promise<PermissionDecision> { |
| 399 | const appState = context.getAppState() |
| 400 | return checkReadPermissionForTool( |
nothing calls this directly
no test coverage detected