Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ getProto
Function
getProto
packages/reactivity/src/collectionHandlers.ts:30–31 ·
view source on GitHub ↗
(v: T)
Source
from the content-addressed store, hash-verified
28
const
toShallow = <T extends unknown>(value: T): T => value
29
30
const
getProto = <T extends CollectionTypes>(v: T): any =>
31
Reflect.getPrototypeOf(v)
32
33
function
createIterableMethod(
34
method: string | symbol,
Callers
4
get
Function · 0.85
add
Function · 0.85
set
Function · 0.85
delete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected