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

Method includes

src/polyfill.ts:4–4  ·  view source on GitHub ↗
(search: T)

Source from the content-addressed store, hash-verified

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) {

Callers 2

graphQLFetcherMethod · 0.80
getLastSubchapterAliasFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected