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

Method clear

src/type-manager.ts:910–913  ·  view source on GitHub ↗

* Clears all type registrations from the static type manager. After calling this * method, the static type manager will no longer hold any registered type metadata. * * @returns {TypeManager} Static instance of type manager.

()

Source from the content-addressed store, hash-verified

908 * @returns {TypeManager} Static instance of type manager.
909 */
910 public static clear(): TypeManager
911 {
912 return this.staticTypeManager.clear();
913 }
914
915 /**
916 * Clears all type registrations from the type manager. After calling this

Callers 8

openMethod · 0.80
closeMethod · 0.80
hasCustomValueMapMethod · 0.80
hasCustomValueMapMethod · 0.80
clearInjectOptionsMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected