Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ getIndexes
Method
getIndexes
packages/sql/src/schema/DatabaseTable.ts:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
getIndexes(): IndexDef[] {
72
return
Utils.removeDuplicates(this.#indexes);
73
}
74
75
getChecks(): CheckDef[] {
76
return
this.#checks;
Callers
9
fromMetadata
Method · 0.95
diffTable
Method · 0.45
createTable
Function · 0.45
getPreAlterTable
Method · 0.45
getPostAlterTable
Method · 0.45
createIndex
Method · 0.45
getPreAlterTable
Method · 0.45
getPostAlterTable
Method · 0.45
advanced-index-options.test.ts
File · 0.45
Calls
1
removeDuplicates
Method · 0.80
Tested by
no test coverage detected