MCPcopy
hub / github.com/loggerhead/json4u / isTableType

Function isTableType

src/lib/table/utils.ts:41–43  ·  view source on GitHub ↗
(t: TableNodeType)

Source from the content-addressed store, hash-verified

39}
40
41export function isTableType(t: TableNodeType) {
42 return t.endsWith("Table");
43}
44
45export function newTableGrid(): TableGrid {
46 return { grid: [], posMap: new Map(), width: 0, height: 0 };

Callers 2

fillGridFunction · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected