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

Function resolveScopedSlots

static/vuejs/vue.runtime.js:1980–1988  ·  view source on GitHub ↗
(
  fns
)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected