MCPcopy
hub / github.com/vuejs/devtools-v6 / emit

Function emit

packages/app-backend-core/src/hook.ts:114–116  ·  view source on GitHub ↗
(event, ...args)

Source from the content-addressed store, hash-verified

112 },
113
114 emit(event, ...args) {
115 sendToParent(hook => hook.emit(event, ...args))
116 },
117
118 cleanupBuffer(matchArg) {
119 return sendToParent(hook => hook.cleanupBuffer(matchArg)) ?? false

Callers

nothing calls this directly

Calls 3

sendToParentFunction · 0.85
setMethod · 0.80
nowMethod · 0.45

Tested by

no test coverage detected