Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/devtools-v6
/ getRefValue
Method
getRefValue
packages/shared-utils/src/edit.ts:85–88 ·
view source on GitHub ↗
(ref: any)
Source
from the content-addressed store, hash-verified
83
}
84
85
getRefValue(ref: any): any {
86
// To implement in subclass
87
return
ref
88
}
89
}
Callers
3
set
Method · 0.95
get
Method · 0.95
has
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected