MCPcopy
hub / github.com/NaiboWang/EasySpider / on

Function on

ElectronJS/src/taskGrid/vue.js:3824–3827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3822 Vue.prototype.$once = function (event, fn) {
3823 var vm = this;
3824 function on () {
3825 vm.$off(event, on);
3826 fn.apply(vm, arguments);
3827 }
3828 on.fn = fn;
3829 vm.$on(event, on);
3830 return vm

Callers 1

OnFunction · 0.85

Calls 1

warnFunction · 0.70

Tested by

no test coverage detected