MCPcopy Index your code
hub / github.com/Alphanimble/htmlstream / removePartialRow

Function removePartialRow

src/patch-streaming-html.ts:867–869  ·  view source on GitHub ↗
(section: HTMLTableSectionElement)

Source from the content-addressed store, hash-verified

865}
866
867function removePartialRow(section: HTMLTableSectionElement): void {
868 section.querySelector("tr[data-sh-partial]")?.remove();
869}
870
871function stripCompleteRows(tableSection: string): string {
872 return tableSection.replace(TR_RE, "");

Callers 2

patchTableRowsFunction · 0.85
promoteOrAppendRowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected