MCPcopy Index your code
hub / github.com/TruthHun/BookStack / extend

Function extend

static/vuejs/vue.js:154–159  ·  view source on GitHub ↗

* Mix properties into target object.

(to, _from)

Source from the content-addressed store, hash-verified

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

Callers 14

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