Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
export
const
isIndex = (table: TableMetadata, column: ColumnMetadata) => {
23
return
findIndexes(table, column).length > 0;
24
};
Callers
1
TableNode
Function · 0.90
Calls
1
findIndexes
Function · 0.85
Tested by
no test coverage detected