MCPcopy Create free account
hub / github.com/ConnectAI-E/TalkBase / formatTitle

Method formatTitle

utils/BaseSchema/tableParser.ts:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 formatTitle() {
104 return `export interface ${ this.title } {`;
105 }
106
107 formatEnd() {
108 return `}`;

Callers 2

formatAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected