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

Function pluckModuleFunction

static/vuejs/vue.esm.js:5445–5452  ·  view source on GitHub ↗
(
  modules,
  key
)

Source from the content-addressed store, hash-verified

5443}
5444
5445function pluckModuleFunction (
5446 modules,
5447 key
5448) {
5449 return modules
5450 ? modules.map(function (m) { return m[key]; }).filter(function (_) { return _; })
5451 : []
5452}
5453
5454function addProp (el, name, value) {
5455 (el.props || (el.props = [])).push({ name: name, value: value });

Callers 2

parseFunction · 0.70
generateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected