({ file_path })
| 130 | } |
| 131 | }, |
| 132 | async preparePermissionMatcher({ file_path }) { |
| 133 | return pattern => matchWildcardPattern(pattern, file_path) |
| 134 | }, |
| 135 | async checkPermissions(input, context): Promise<PermissionDecision> { |
| 136 | const appState = context.getAppState() |
| 137 | return checkWritePermissionForTool( |
nothing calls this directly
no test coverage detected