MCPcopy Create free account
hub / github.com/learnapollo/learnapollo / findIndex

Method findIndex

src/polyfill.ts:3–3  ·  view source on GitHub ↗
(predicate: (search: T) => boolean)

Source from the content-addressed store, hash-verified

1interface Array<T> {
2 find(predicate: (search: T) => boolean): T
3 findIndex(predicate: (search: T) => boolean): number
4 includes(search: T): boolean
5}
6

Callers 3

AppClass · 0.80
updateSidebarTrackMethod · 0.80
neighboorSubchapterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected