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

Method unresolveTypeState

src/type-metadata.ts:794–801  ·  view source on GitHub ↗

* Unresolves type state. * * Calling this method has side effects by resetting type state. * * @returns {UnresolvedTypeState } Unresolved type state.

()

Source from the content-addressed store, hash-verified

792 * @returns {UnresolvedTypeState<TObject>} Unresolved type state.
793 */
794 public unresolveTypeState(): UnresolvedTypeState<TObject>
795 {
796 const unresolvedTypeState = new UnresolvedTypeState<TObject>(this);
797
798 this.currentTypeState = unresolvedTypeState;
799
800 return unresolvedTypeState;
801 }
802
803 /**
804 * Resolves custom value map the same way as it is done for the main options.

Callers 2

applyTypeOptionsBaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected