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

File Map.spec.ts

packages/reactivity/__tests__/collections/Map.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { effect, isReactive, reactive, toRaw } from '../../src'
2
3describe('reactivity/collections', () => {
4 function coverCollectionFn(collection: Map<any, any>, fnName: string) {

Callers

nothing calls this directly

Calls 12

reactiveFunction · 0.90
isReactiveFunction · 0.90
effectFunction · 0.90
toRawFunction · 0.90
forEachMethod · 0.80
hasMethod · 0.80
toHaveBeenWarnedMethod · 0.80
coverCollectionFnFunction · 0.70
pushMethod · 0.65
testFunction · 0.50
getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected