MCPcopy
hub / github.com/HumanSignal/label-studio / initEvents

Function initEvents

docs/themes/htx/source/js/vue.js:2326–2334  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

2324 /* */
2325
2326 function initEvents(vm) {
2327 vm._events = Object.create(null);
2328 vm._hasHookEvent = false;
2329 // init parent attached events
2330 var listeners = vm.$options._parentListeners;
2331 if (listeners) {
2332 updateComponentListeners(vm, listeners);
2333 }
2334 }
2335
2336 var target;
2337

Callers 1

initMixinFunction · 0.85

Calls 2

updateComponentListenersFunction · 0.85
createMethod · 0.45

Tested by

no test coverage detected