MCPcopy
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

61interface RefOption<T> {
62 get(): T
63 set?(x: T): void
64}
65export class RefImpl<T> implements Ref<T> {
66 readonly [_refBrand]!: true

Callers 11

toVue3ComponentInstanceFunction · 0.80
initSetupFunction · 0.80
hasReactiveArrayChildFunction · 0.80
createRefFunction · 0.80
setupAccessControlFunction · 0.80
markRawFunction · 0.80
readonlyFunction · 0.80
shallowReadonlyFunction · 0.80
updateTemplateRefFunction · 0.80
updateVmAttrsFunction · 0.80
resolveScopedSlotsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected