MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / stripCompleteRows

Function stripCompleteRows

src/patch-streaming-html.ts:871–873  ·  view source on GitHub ↗
(tableSection: string)

Source from the content-addressed store, hash-verified

869}
870
871function stripCompleteRows(tableSection: string): string {
872 return tableSection.replace(TR_RE, "");
873}
874
875function autoCloseFragment(fragment: string): string {
876 const openTags: string[] = [];

Callers 1

extractPartialRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected