MCPcopy Index your code
hub / github.com/learnapollo/learnapollo / Array

Interface Array

src/polyfill.ts:1–5  ·  view source on GitHub ↗

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
7if (!Array.prototype.find) {
8 Array.prototype.find = function (predicate) {

Callers 10

routes.tsxFile · 0.80
renderMethod · 0.80
clickHandlerMethod · 0.80
getTitleFromChapterFunction · 0.80
getTitleFromSubchapterFunction · 0.80
AppClass · 0.80
updateSidebarTrackMethod · 0.80
neighboorSubchapterFunction · 0.80
graphQLFetcherMethod · 0.80
getLastSubchapterAliasFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected