MCPcopy Create free account
hub / github.com/activejs/activejs / deepCopyMaybe

Function deepCopyMaybe

packages/core/src/lib/abstract-unit-base.ts:741–743  ·  view source on GitHub ↗

* @internal please do not use.

(o: U)

Source from the content-addressed store, hash-verified

739 * @internal please do not use.
740 */
741 protected deepCopyMaybe<U>(o: U): U {
742 return this.config.immutable === true ? deepCopy(o) : o;
743 }
744
745 /**
746 * @internal please do not use.

Callers

nothing calls this directly

Calls 1

deepCopyFunction · 0.90

Tested by

no test coverage detected