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

Method trigger

packages/reactivity/src/dep.ts:167–171  ·  view source on GitHub ↗
(debugInfo?: DebuggerEventExtraInfo)

Source from the content-addressed store, hash-verified

165 }
166
167 trigger(debugInfo?: DebuggerEventExtraInfo): void {
168 this.version++
169 globalVersion++
170 this.notify(debugInfo)
171 }
172
173 notify(debugInfo?: DebuggerEventExtraInfo): void {
174 startBatch()

Callers 3

valueMethod · 0.45
triggerRefFunction · 0.45
runFunction · 0.45

Calls 1

notifyMethod · 0.95

Tested by

no test coverage detected