Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/OpenTag
/ fmt
Function
fmt
app/tools/render-table.tsx:84–87 ·
view source on GitHub ↗
(row: string[])
Source
from the content-addressed store, hash-verified
82
notes.push(
83
`${extraCellRows} row(s) had extra cells beyond the ${columns.length} ` +
84
"columns; extras were dropped"
,
85
);
86
}
87
return { cols, dataRows, notes };
88
}
89
90
/**
Callers
1
toMonospaceTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected