MCPcopy Create free account
hub / github.com/RubyLouvre/anu / copySymbols

Function copySymbols

test/babel.js:52468–52470  ·  view source on GitHub ↗

* Copies own symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @param {Object} [object={}] The object to copy symbols to. * @returns {Object} Returns `object`.

(source, object)

Source from the content-addressed store, hash-verified

52466 * @returns {Object} Returns `object`.
52467 */
52468 function copySymbols(source, object) {
52469 return copyObject(source, getSymbols(source), object);
52470 }
52471
52472 module.exports = copySymbols;
52473

Callers 1

baseCloneFunction · 0.85

Calls 1

copyObjectFunction · 0.85

Tested by

no test coverage detected