(id: number, numLines: number)
| 55 | } |
| 56 | |
| 57 | function formatTruncatedTextRef(id: number, numLines: number): string { |
| 58 | return `[...Truncated text #${id} +${numLines} lines...]` |
| 59 | } |
| 60 | |
| 61 | export function maybeTruncateInput( |
| 62 | input: string, |
no outgoing calls
no test coverage detected