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

Method fieldNames

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

Source from the content-addressed store, hash-verified

13 }
14
15 get fieldNames() {
16 return this.table.fields.map((f) => f.name);
17 }
18
19 formatStringField(field: IBaseFieldMeta) {
20 return `${ field.name }: string;`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected