(rawOutput: string)
| 159 | } |
| 160 | |
| 161 | const formatCollectedOutput = (rawOutput: string) => |
| 162 | formatCodeSearchOutput(rawOutput, { |
| 163 | matchCount: matchesGlobal, |
| 164 | }) |
| 165 | |
| 166 | const truncateOutput = (output: string, maxLength: number) => |
| 167 | output.length > maxLength |
no test coverage detected