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

Function tableParams

integrations/airtable/src/base.ts:153–164  ·  view source on GitHub ↗
(params: { baseId: string; tableName: string })

Source from the content-addressed store, hash-verified

151}
152
153function tableParams(params: { baseId: string; tableName: string }): DisplayProperty[] {
154 return [
155 {
156 label: "Base",
157 text: params.baseId,
158 },
159 {
160 label: "Table",
161 text: params.tableName,
162 },
163 ];
164}

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…