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

Function mergeField

static/vuejs/vue.js:1234–1237  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

1232 }
1233 }
1234 function mergeField (key) {
1235 var strat = strats[key] || defaultStrat;
1236 options[key] = strat(parent[key], child[key], vm, key);
1237 }
1238 return options
1239}
1240

Callers 1

mergeOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected