(input)
| 117 | return outputSchema() |
| 118 | }, |
| 119 | toAutoClassifierInput(input) { |
| 120 | return `${input.file_path}: ${input.content}` |
| 121 | }, |
| 122 | getPath(input): string { |
| 123 | return input.file_path |
| 124 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected