Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
871
function
stripCompleteRows(tableSection: string): string {
872
return
tableSection.replace(TR_RE,
""
);
873
}
874
875
function
autoCloseFragment(fragment: string): string {
876
const
openTags: string[] = [];
Callers
1
extractPartialRow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected