MCPcopy
hub / github.com/chartdb/chartdb / supportsCustomTypes

Function supportsCustomTypes

src/lib/domain/database-capabilities.ts:66–68  ·  view source on GitHub ↗
(databaseType: DatabaseType)

Source from the content-addressed store, hash-verified

64) as DatabaseType[];
65
66export const supportsCustomTypes = (databaseType: DatabaseType): boolean => {
67 return getDatabaseCapabilities(databaseType).supportsCustomTypes ?? false;
68};
69
70export const supportsCheckConstraints = (
71 databaseType: DatabaseType

Callers 4

SidePanelFunction · 0.90
EditorSidebarFunction · 0.90
convertToChartDBDiagramFunction · 0.90
exportBaseSQLFunction · 0.90

Calls 1

getDatabaseCapabilitiesFunction · 0.85

Tested by

no test coverage detected