MCPcopy
hub / github.com/vuejs/core / reactiveArray.spec.ts

File reactiveArray.spec.ts

packages/reactivity/__tests__/reactiveArray.spec.ts:None–None  ·  packages/reactivity/__tests__/reactiveArray.spec.ts

Source from the content-addressed store, hash-verified

1import { type ComputedRef, computed } from class="st">'../src/computed'
2import { isReactive, reactive, shallowReactive, toRaw } from class="st">'../src/reactive'
3import { isRef, ref } from class="st">'../src/ref'
4import { effect } from class="st">'../src/effect'

Callers

nothing calls this directly

Calls 15

reactiveFunction · 0.90
isReactiveFunction · 0.90
effectFunction · 0.90
toRawFunction · 0.90
refFunction · 0.90
isRefFunction · 0.90
shallowReactiveFunction · 0.90
computedFunction · 0.90
instrumentArrFunction · 0.85
searchValueFunction · 0.85
unInstrumentArrFunction · 0.85

Tested by

no test coverage detected