(input)
| 120 | return `${input.file_path}: ${input.content}` |
| 121 | }, |
| 122 | getPath(input): string { |
| 123 | return input.file_path |
| 124 | }, |
| 125 | backfillObservableInput(input) { |
| 126 | // hooks.mdx documents file_path as absolute; expand so hook allowlists |
| 127 | // can't be bypassed via ~ or relative paths. |
nothing calls this directly
no outgoing calls
no test coverage detected