(index: number)
| 329 | } |
| 330 | |
| 331 | function computePlaceholderName(index: number) { |
| 332 | return index === 1 ? 'PH' : `PH_${index - 1}`; |
| 333 | } |
| 334 | |
| 335 | /** |
| 336 | * Find the end of a "marked block" indicated by the first non-escaped colon. |
no outgoing calls
no test coverage detected
searching dependent graphs…