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

Method recordFormat

utils/BaseSchema/dataWriter.ts:120–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 get recordFormat() {
121 const fields = this.tableInfo.fields;
122 const res = {} as any;
123 fields.forEach((f) => {
124 const parsed = this.parseOneField(f);
125 if (parsed) {
126 res[f.id] = parsed;
127 }
128 });
129 return res;
130 }
131}

Callers

nothing calls this directly

Calls 1

parseOneFieldMethod · 0.95

Tested by

no test coverage detected