MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createFnInvoker

Function createFnInvoker

static/vuejs/vue.runtime.esm.js:1643–1659  ·  view source on GitHub ↗
(fns)

Source from the content-addressed store, hash-verified

1641});
1642
1643function createFnInvoker (fns) {
1644 function invoker () {
1645 var arguments$1 = arguments;
1646
1647 var fns = invoker.fns;
1648 if (Array.isArray(fns)) {
1649 for (var i = 0; i < fns.length; i++) {
1650 fns[i].apply(null, arguments$1);
1651 }
1652 } else {
1653 // return handler return value for single handlers
1654 return fns.apply(null, arguments)
1655 }
1656 }
1657 invoker.fns = fns;
1658 return invoker
1659}
1660
1661function updateListeners (
1662 on,

Callers 2

updateListenersFunction · 0.70
mergeVNodeHookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected