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

Function protoAugment

static/vuejs/vue.runtime.js:770–774  ·  view source on GitHub ↗

* Augment an target Object or Array by intercepting * the prototype chain using __proto__

(target, src)

Source from the content-addressed store, hash-verified

768 * the prototype chain using __proto__
769 */
770function protoAugment (target, src) {
771 /* eslint-disable no-proto */
772 target.__proto__ = src;
773 /* eslint-enable no-proto */
774}
775
776/**
777 * Augment an target Object or Array by defining

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected