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