Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/
Class
utils/BaseSchema/tableParser.ts:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{TableProps} from
'./table'
;
3
4
export
class
TableParser {
5
table: TableProps;
6
7
constructor(tableInfo: TableProps) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected