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

Function defaultStrat

static/vuejs/vue.runtime.common.js:1119–1123  ·  view source on GitHub ↗
(parentVal, childVal)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected