MCPcopy Index your code
hub / github.com/arktypeio/arktype / preparseOwnDefinitionFormat

Method preparseOwnDefinitionFormat

ark/schema/scope.ts:739–744  ·  view source on GitHub ↗
(
		schema: RootSchema,
		opts: BaseParseOptions
	)

Source from the content-addressed store, hash-verified

737 }
738
739 protected preparseOwnDefinitionFormat(
740 schema: RootSchema,
741 opts: BaseParseOptions
742 ): BaseRoot | NodeParseContextInput {
743 return this.preparseNode(schemaKindOf(schema), schema, opts) as never
744 }
745
746 protected preparseOwnAliasEntry(k: string, v: unknown): AliasDefEntry {
747 return [k, v]

Callers 2

constructorFunction · 0.45
parseDefinitionFunction · 0.45

Calls 1

schemaKindOfFunction · 0.90

Tested by

no test coverage detected