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

Function copyAugment

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

Source from the content-addressed store, hash-verified

783 */
784/* istanbul ignore next */
785function copyAugment (target, src, keys) {
786 for (var i = 0, l = keys.length; i < l; i++) {
787 var key = keys[i];
788 def(target, key, src[key]);
789 }
790}
791
792/**
793 * 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