MCPcopy
hub / github.com/vuejs/core / includes

Function includes

packages/reactivity/src/arrayInstrumentations.ts:134–136  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

132 },
133
134 includes(...args: unknown[]) {
135 return searchProxy(this, 'includes', args)
136 },
137
138 indexOf(...args: unknown[]) {
139 return searchProxy(this, 'indexOf', args)

Callers

nothing calls this directly

Calls 1

searchProxyFunction · 0.85

Tested by

no test coverage detected