Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ WeakMap.spec.ts
File
WeakMap.spec.ts
packages/reactivity/__tests__/collections/WeakMap.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
describe(
'WeakMap'
, () => {
Callers
nothing calls this directly
Calls
7
reactive
Function · 0.90
isReactive
Function · 0.90
effect
Function · 0.90
toRaw
Function · 0.90
test
Function · 0.50
get
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected