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

Method typeOptionsMap

src/type-manager.ts:242–245  ·  view source on GitHub ↗

* Gets type options map in static context. * * @returns {ReadonlyMap , TypeOptions >} Type options map.

()

Source from the content-addressed store, hash-verified

240 * @returns {ReadonlyMap<TypeFn<any>, TypeOptions<any>>} Type options map.
241 */
242 public static get typeOptionsMap(): ReadonlyMap<TypeFn<any>, TypeOptions<any>>
243 {
244 return this.staticTypeManager.typeOptionsMap;
245 }
246
247 /**
248 * Gets type options map.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected