Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/learnapollo/learnapollo
/ find
Method
find
src/polyfill.ts:2–2 ·
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
}
Callers
5
routes.tsx
File · 0.80
render
Method · 0.80
clickHandler
Method · 0.80
getTitleFromChapter
Function · 0.80
getTitleFromSubchapter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected