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

Function extend

static/vuejs/vue.runtime.esm.js:148–153  ·  view source on GitHub ↗

* Mix properties into target object.

(to, _from)

Source from the content-addressed store, hash-verified

146 * Mix properties into target object.
147 */
148function extend (to, _from) {
149 for (var key in _from) {
150 to[key] = _from[key];
151 }
152 return to
153}
154
155/**
156 * Quick object check - this is primarily used to tell

Callers 13

toObjectFunction · 0.70
mergeAssetsFunction · 0.70
vue.runtime.esm.jsFile · 0.70
renderSlotFunction · 0.70
initExtendFunction · 0.70
initGlobalAPIFunction · 0.70
updateAttrsFunction · 0.70
updateDOMPropsFunction · 0.70
normalizeStyleDataFunction · 0.70
getStyleFunction · 0.70
updateStyleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected