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

Function copyAugment

static/vuejs/vue.esm.js:779–784  ·  view source on GitHub ↗
(target, src, keys)

Source from the content-addressed store, hash-verified

777 */
778/* istanbul ignore next */
779function copyAugment (target, src, keys) {
780 for (var i = 0, l = keys.length; i < l; i++) {
781 var key = keys[i];
782 def(target, key, src[key]);
783 }
784}
785
786/**
787 * Attempt to create an observer instance for a value,

Callers

nothing calls this directly

Calls 1

defFunction · 0.70

Tested by

no test coverage detected