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

Function defaultStrat

static/vuejs/vue.esm.js:1121–1125  ·  view source on GitHub ↗
(parentVal, childVal)

Source from the content-addressed store, hash-verified

1119 * Default strategy.
1120 */
1121var defaultStrat = function (parentVal, childVal) {
1122 return childVal === undefined
1123 ? parentVal
1124 : childVal
1125};
1126
1127/**
1128 * Validate component names

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected