MCPcopy Index your code
hub / github.com/glideapps/quicktype / makeImmutablePath

Function makeImmutablePath

src/JSONSchemaInput.ts:140–142  ·  view source on GitHub ↗
(path: Ref)

Source from the content-addressed store, hash-verified

138}
139
140function makeImmutablePath(path: Ref): List<any> {
141 return path.map(pe => fromJS(pe));
142}
143
144class UnifyUnionBuilder extends UnionBuilder<TypeRef, TypeRef, TypeRef> {
145 constructor(

Callers 2

setTypeForPathFunction · 0.85
toTypeFunction · 0.85

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…