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

Function extend

static/vuejs/vue.runtime.common.js:150–155  ·  view source on GitHub ↗

* Mix properties into target object.

(to, _from)

Source from the content-addressed store, hash-verified

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

Callers 13

toObjectFunction · 0.70
mergeAssetsFunction · 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