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

Method stringify

ark/util/path.ts:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 stringify(): string {
97 if (this.cache.stringify) return this.cache.stringify
98 return (this.cache.stringify = stringifyPath(this))
99 }
100
101 stringifyAncestors(): readonly string[] {
102 if (this.cache.stringifyAncestors) return this.cache.stringifyAncestors

Callers 15

setupFunction · 0.80
logTypePerfStatsFunction · 0.80
writeApiDataFileFunction · 0.80
dtsGenFunction · 0.80
ts.tsFile · 0.80
nary.test.tsFile · 0.80
restringifyUserFunction · 0.80
pipe.test.tsFile · 0.80
realWorld.test.tsFile · 0.80
createTypeResultFunction · 0.80

Calls 1

stringifyPathFunction · 0.85

Tested by 1

restringifyUserFunction · 0.64