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

Method configure

src/type-manager.ts:704–707  ·  view source on GitHub ↗

* Configures type manager in static context. * * @param {TypeManagerOptions} typeManagerOptions Type manager options. * * @returns {TypeManager} Static instance of type manager.

(typeManagerOptions: TypeManagerOptions)

Source from the content-addressed store, hash-verified

702 * @returns {TypeManager} Static instance of type manager.
703 */
704 public static configure(typeManagerOptions: TypeManagerOptions): TypeManager
705 {
706 return this.staticTypeManager.configure(typeManagerOptions);
707 }
708
709 /**
710 * Configures type manager.

Callers 1

constructorMethod · 0.95

Calls 4

applyTypeOptionsBaseMethod · 0.95
applyTypeOptionsMapMethod · 0.95
configureMethod · 0.65

Tested by

no test coverage detected