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

Function copyAugment

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

Source from the content-addressed store, hash-verified

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