Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
interface
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
App
Class · 0.80
updateSidebarTrack
Method · 0.80
neighboorSubchapter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected