Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ effect, isReactive, reactive, toRaw } from
'../../src'
2
3
describe(
'reactivity/collections'
, () => {
4
function
coverCollectionFn(collection: Map<any, any>, fnName: string) {
Callers
nothing calls this directly
Calls
12
reactive
Function · 0.90
isReactive
Function · 0.90
effect
Function · 0.90
toRaw
Function · 0.90
forEach
Method · 0.80
has
Method · 0.80
toHaveBeenWarned
Method · 0.80
coverCollectionFn
Function · 0.70
push
Method · 0.65
test
Function · 0.50
get
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected