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

Function finalize

ark/schema/scope.ts:712–717  ·  view source on GitHub ↗
(node: node)

Source from the content-addressed store, hash-verified

710 }
711
712 finalize<node extends BaseRoot>(node: node): node {
713 bootstrapAliasReferences(node)
714 if (!node.precompilation && !this.resolvedConfig.jitless)
715 precompile(node.references)
716 return node
717 }
718
719 protected abstract preparseOwnDefinitionFormat(
720 def: unknown,

Callers

nothing calls this directly

Calls 2

bootstrapAliasReferencesFunction · 0.85
precompileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…