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

Method some

packages/reactivity/__tests__/reactiveArray.spec.ts:824–829  ·  view source on GitHub ↗
(foo: any, bar: any, baz: any)

Source from the content-addressed store, hash-verified

822
823 // @ts-expect-error
824 some(foo: any, bar: any, baz: any) {
825 expect(foo).toBe('foo')
826 expect(bar).toBe('bar')
827 expect(baz).toBe('baz')
828 return super.some(obj => obj.id === baz)
829 }
830 }
831
832 const state = reactive({

Callers 15

watchFunction · 0.80
jobFunction · 0.80
ssrCodegenTransformFunction · 0.80
ssrTransformElementFunction · 0.80
getNamespaceFunction · 0.80
hasMultipleChildrenFunction · 0.80
enterFunction · 0.80
compileScriptFunction · 0.80
parseFunction · 0.80
hasSrcFunction · 0.80
hasDefaultExportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected