MCPcopy Index your code
hub / github.com/ygs-code/vue / copyAugment

Function copyAugment

vue.js:1421–1426  ·  view source on GitHub ↗
(target, src, keys)

Source from the content-addressed store, hash-verified

1419 */
1420 /* istanbul ignore next */
1421 function copyAugment(target, src, keys) {
1422 for (var i = 0, l = keys.length; i < l; i++) {
1423 var key = keys[i];
1424 def(target, key, src[key]);
1425 }
1426 }
1427
1428 /**
1429 * Attempt to create an observer instance for a value,

Callers

nothing calls this directly

Calls 1

defFunction · 0.85

Tested by

no test coverage detected