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

Function copyAugment

static/vuejs/vue.runtime.common.js:777–782  ·  view source on GitHub ↗
(target, src, keys)

Source from the content-addressed store, hash-verified

775 */
776/* istanbul ignore next */
777function copyAugment (target, src, keys) {
778 for (var i = 0, l = keys.length; i < l; i++) {
779 var key = keys[i];
780 def(target, key, src[key]);
781 }
782}
783
784/**
785 * 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