( target: Array<Chunk | PrecomputedChunk>, renderState: RenderState, lastPushedText: boolean, textEmbedded: boolean, )
| 157 | } |
| 158 | |
| 159 | export function pushSegmentFinale( |
| 160 | target: Array<Chunk | PrecomputedChunk>, |
| 161 | renderState: RenderState, |
| 162 | lastPushedText: boolean, |
| 163 | textEmbedded: boolean, |
| 164 | ): void { |
| 165 | // Markup doesn't need any termination. |
| 166 | return; |
| 167 | } |
| 168 | |
| 169 | export function pushStartActivityBoundary( |
| 170 | target: Array<Chunk | PrecomputedChunk>, |
no outgoing calls
no test coverage detected