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

Interface TableStreamParts

src/patch-streaming-html.ts:476–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476interface TableStreamParts {
477 theadComplete: string[];
478 tbodyComplete: string[];
479 theadPartial: string | null;
480 tbodyPartial: string | null;
481}
482
483function sliceTagSection(
484 tableSection: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected