Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arktypeio/arktype
/ preparseOwnAliasEntry
Method
preparseOwnAliasEntry
ark/schema/scope.ts:746–748 ·
view source on GitHub ↗
(k: string, v: unknown)
Source
from the content-addressed store, hash-verified
744
}
745
746
protected preparseOwnAliasEntry(k: string, v: unknown): AliasDefEntry {
747
return
[k, v]
748
}
749
750
protected normalizeRootScopeValue(v: unknown): unknown {
751
return
v
Callers
1
constructor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected