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

Function defaultStrat

static/vuejs/vue.js:1127–1131  ·  view source on GitHub ↗
(parentVal, childVal)

Source from the content-addressed store, hash-verified

1125 * Default strategy.
1126 */
1127var defaultStrat = function (parentVal, childVal) {
1128 return childVal === undefined
1129 ? parentVal
1130 : childVal
1131};
1132
1133/**
1134 * Validate component names

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected