MCPcopy
hub / github.com/vuejs/core / get

Function get

packages/reactivity/__tests__/ref.spec.ts:656–659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654
655 const custom = customRef((track, trigger) => ({
656 get() {
657 track()
658 return value
659 },
660 set(newValue: number) {
661 value = newValue
662 _trigger = trigger

Callers

nothing calls this directly

Calls 1

trackFunction · 0.85

Tested by

no test coverage detected