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

Function mergeField

static/vuejs/vue.runtime.esm.js:1224–1227  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

1222 }
1223 }
1224 function mergeField (key) {
1225 var strat = strats[key] || defaultStrat;
1226 options[key] = strat(parent[key], child[key], vm, key);
1227 }
1228 return options
1229}
1230

Callers 1

mergeOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected