MCPcopy
hub / github.com/fanmingming/live / extend

Function extend

m3u8/vue.js:241–246  ·  view source on GitHub ↗

* Mix properties into target object.

(to, _from)

Source from the content-addressed store, hash-verified

239 * Mix properties into target object.
240 */
241 function extend (to, _from) {
242 for (var key in _from) {
243 to[key] = _from[key];
244 }
245 return to
246 }
247
248 /**
249 * Merge an Array of Objects into a single Object.

Callers 15

toObjectFunction · 0.85
mergeAssetsFunction · 0.85
vue.jsFile · 0.85
normalizeInjectFunction · 0.85
renderSlotFunction · 0.85
bindObjectListenersFunction · 0.85
initExtendFunction · 0.85
initGlobalAPIFunction · 0.85
updateAttrsFunction · 0.85
updateDOMPropsFunction · 0.85
normalizeStyleDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected