Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ set
Method
set
src/reactivity/ref.ts:63–63 ·
view source on GitHub ↗
(x: T)
Source
from the content-addressed store, hash-verified
61
interface
RefOption<T> {
62
get(): T
63
set?(x: T): void
64
}
65
export
class
RefImpl<T> implements Ref<T> {
66
readonly [_refBrand]!: true
Callers
11
toVue3ComponentInstance
Function · 0.80
initSetup
Function · 0.80
hasReactiveArrayChild
Function · 0.80
createRef
Function · 0.80
setupAccessControl
Function · 0.80
markRaw
Function · 0.80
readonly
Function · 0.80
shallowReadonly
Function · 0.80
updateTemplateRef
Function · 0.80
updateVmAttrs
Function · 0.80
resolveScopedSlots
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected