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

Function resolveScopedSlots

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected