Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ shallowReadonly.spec.ts
File
shallowReadonly.spec.ts
packages/reactivity/__tests__/collections/shallowReadonly.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isReactive, isReadonly, shallowReadonly } from
'../../src'
2
3
describe(
'reactivity/collections'
, () => {
4
describe(
'shallowReadonly/Map'
, () => {
Callers
nothing calls this directly
Calls
9
shallowReadonly
Function · 0.90
isReadonly
Function · 0.90
isReactive
Function · 0.90
forEach
Method · 0.80
toHaveBeenWarned
Method · 0.80
has
Method · 0.80
test
Function · 0.50
get
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected