({ file_path })
| 120 | } |
| 121 | }, |
| 122 | async preparePermissionMatcher({ file_path }) { |
| 123 | return pattern => matchWildcardPattern(pattern, file_path) |
| 124 | }, |
| 125 | async checkPermissions(input, context): Promise<PermissionDecision> { |
| 126 | const appState = context.getAppState() |
| 127 | return checkWritePermissionForTool( |
nothing calls this directly
no test coverage detected