MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / toSerializableRecord

Function toSerializableRecord

integrations/airtable/src/base.ts:145–151  ·  view source on GitHub ↗
(record: AirtableRecord<TFields>)

Source from the content-addressed store, hash-verified

143}
144
145function toSerializableRecord<TFields extends AirtableFieldSet>(record: AirtableRecord<TFields>) {
146 return {
147 id: record.id,
148 fields: record.fields,
149 commentCount: record.commentCount,
150 } as AirtableRecord<TFields>;
151}
152
153function tableParams(params: { baseId: string; tableName: string }): DisplayProperty[] {
154 return [

Callers 5

getRecordsMethod · 0.85
getRecordMethod · 0.85
createRecordsMethod · 0.85
updateRecordsMethod · 0.85
deleteRecordsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…