MCPcopy Create free account
hub / github.com/dipscope/TypeManager.TS / clone

Method clone

src/type-manager.ts:783–786  ·  view source on GitHub ↗

* Create a new clone of the static type manager. This method returns a shallow * copy, preserving its current configuration and registered types. * * @returns {TypeManager} A new instance that duplicates the static type manager.

()

Source from the content-addressed store, hash-verified

781 * @returns {TypeManager} A new instance that duplicates the static type manager.
782 */
783 public static clone(): TypeManager
784 {
785 return this.staticTypeManager.clone();
786 }
787
788 /**
789 * Create a new clone of this type manager instance. The clone will contain

Callers 1

Calls 2

cloneTypeOptionsBaseMethod · 0.95
cloneTypeOptionsMapMethod · 0.95

Tested by

no test coverage detected