| 474 | } |
| 475 | |
| 476 | interface TableStreamParts { |
| 477 | theadComplete: string[]; |
| 478 | tbodyComplete: string[]; |
| 479 | theadPartial: string | null; |
| 480 | tbodyPartial: string | null; |
| 481 | } |
| 482 | |
| 483 | function sliceTagSection( |
| 484 | tableSection: string, |
nothing calls this directly
no outgoing calls
no test coverage detected