MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / createAirtableServeCommand

Function createAirtableServeCommand

plugins/source/airtable/src/serve.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { newAirtablePlugin } from './plugin.js';
4
5export const createAirtableServeCommand = () => createServeCommand(newAirtablePlugin());

Callers 2

serve.test.tsFile · 0.85
main.tsFile · 0.85

Calls 1

newAirtablePluginFunction · 0.85

Tested by

no test coverage detected