Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ reactive.spec.ts
File
reactive.spec.ts
packages/reactivity/__tests__/reactive.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isRef, ref, shallowRef } from
'../src/ref'
2
import
{
3
isProxy,
4
isReactive,
Callers
nothing calls this directly
Calls
15
reactive
Function · 0.90
isReactive
Function · 0.90
effect
Function · 0.90
toRaw
Function · 0.90
ref
Function · 0.90
isRef
Function · 0.90
computed
Function · 0.90
markRaw
Function · 0.90
isProxy
Function · 0.90
shallowReactive
Function · 0.90
readonly
Function · 0.90
shallowReadonly
Function · 0.90
Tested by
no test coverage detected