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

Function resolveScopedSlots

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

Source from the content-addressed store, hash-verified

1982}
1983
1984function resolveScopedSlots (
1985 fns
1986) {
1987 var res = {};
1988 for (var i = 0; i < fns.length; i++) {
1989 res[fns[i][0]] = fns[i][1];
1990 }
1991 return res
1992}
1993
1994/* */
1995

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected