Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ constructor
Method
constructor
utils/BaseSchema/tableParser.ts:7–9 ·
view source on GitHub ↗
(tableInfo: TableProps)
Source
from the content-addressed store, hash-verified
5
table: TableProps;
6
7
constructor(tableInfo: TableProps) {
8
this.table = tableInfo;
9
}
10
11
get title() {
12
return
this.table.name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected