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

Function defaultStrat

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected