MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / getTableSchema

Function getTableSchema

frontend/src/lib/python/init.ts:407–409  ·  view source on GitHub ↗
(tableName: string)

Source from the content-addressed store, hash-verified

405 },
406
407 async getTableSchema(tableName: string): Promise<any> {
408 return await duckDBStore.getTableSchema(tableName);
409 }
410 };
411
412 // Expose the bridge to Python when it's created

Callers 3

setActiveTableContextFunction · 0.50
useQueryResultsImportFunction · 0.50
useSchemaInfoFunction · 0.50

Calls 1

getTableSchemaMethod · 0.45

Tested by

no test coverage detected