| 134 | } |
| 135 | |
| 136 | export interface SliceRenderLine { |
| 137 | content: string |
| 138 | fixed?: boolean |
| 139 | } |
| 140 | |
| 141 | export function sliceRenderLines( |
| 142 | lines: SliceRenderLine[], |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…