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