(input)
| 110 | return `${input.file_path}: ${input.new_string}` |
| 111 | }, |
| 112 | getPath(input): string { |
| 113 | return input.file_path |
| 114 | }, |
| 115 | backfillObservableInput(input) { |
| 116 | // hooks.mdx documents file_path as absolute; expand so hook allowlists |
| 117 | // can't be bypassed via ~ or relative paths. |
nothing calls this directly
no outgoing calls
no test coverage detected