MCPcopy
hub / github.com/arktypeio/arktype / resolve

Function resolve

ark/schema/scope.ts:659–663  ·  view source on GitHub ↗
(
		name: name
	)

Source from the content-addressed store, hash-verified

657 }
658
659 resolve<name extends exportedNameOf<$>>(
660 name: name
661 ): instantiateRoot<$[name]> {
662 return this.export()[name as never]
663 }
664
665 node = <
666 kinds extends NodeKind | array<RootKind>,

Callers 4

parseConfigFunction · 0.85
traceFunction · 0.85
createStatMethodMethod · 0.85

Calls 1

exportMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…