MCPcopy Index your code
hub / github.com/TruthHun/BookStack / copyAugment

Function copyAugment

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

Source from the content-addressed store, hash-verified

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