MCPcopy 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

formatAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected