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

Function mergeField

static/vuejs/vue.esm.js:1228–1231  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

1226 }
1227 }
1228 function mergeField (key) {
1229 var strat = strats[key] || defaultStrat;
1230 options[key] = strat(parent[key], child[key], vm, key);
1231 }
1232 return options
1233}
1234

Callers 1

mergeOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected