MCPcopy 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

2import {TableProps} from './table';
3
4export 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