MCPcopy Create free account
hub / github.com/bytebase/bytebase / isIndex

Function isIndex

frontend/src/react/components/SchemaDiagram/common/schema.ts:22–24  ·  view source on GitHub ↗
(table: TableMetadata, column: ColumnMetadata)

Source from the content-addressed store, hash-verified

20};
21
22export const isIndex = (table: TableMetadata, column: ColumnMetadata) => {
23 return findIndexes(table, column).length > 0;
24};

Callers 1

TableNodeFunction · 0.90

Calls 1

findIndexesFunction · 0.85

Tested by

no test coverage detected