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

Function resolveScopedSlots

static/vuejs/vue.runtime.common.js:1976–1984  ·  view source on GitHub ↗
(
  fns
)

Source from the content-addressed store, hash-verified

1974}
1975
1976function resolveScopedSlots (
1977 fns
1978) {
1979 var res = {};
1980 for (var i = 0; i < fns.length; i++) {
1981 res[fns[i][0]] = fns[i][1];
1982 }
1983 return res
1984}
1985
1986/* */
1987

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected