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

Method base

integrations/airtable/src/index.ts:112–114  ·  view source on GitHub ↗
(baseId: string)

Source from the content-addressed store, hash-verified

110 }
111
112 base(baseId: string) {
113 return new Base(this.runTask.bind(this), baseId);
114 }
115
116 //todo these require batch support because they send too many events
117 // onTableChanges(params: {

Callers 6

getRecordsMethod · 0.45
getRecordMethod · 0.45
createRecordsMethod · 0.45
updateRecordsMethod · 0.45
deleteRecordsMethod · 0.45
airtable.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected