Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ formatEnd
Method
formatEnd
utils/BaseSchema/tableParser.ts:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
formatEnd() {
108
return
`}`;
109
}
110
111
private formatAll() {
112
const
fields = this.table.fields.map((f) => this.formatFieldWithDescription(f)).join(
'\n'
);
Callers
2
formatAll
Method · 0.95
tableParser.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected