MCPcopy 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

1interface 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.tsxFile · 0.80
renderMethod · 0.80
clickHandlerMethod · 0.80
getTitleFromChapterFunction · 0.80
getTitleFromSubchapterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected