MCPcopy Create free account
hub / github.com/effect-app/libs / formatPath

Function formatPath

repos/effect/packages/effect/src/Formatter.ts:215–217  ·  view source on GitHub ↗
(path: ReadonlyArray<PropertyKey>)

Source from the content-addressed store, hash-verified

213 return date.toISOString()
214 } catch {
215 return "Invalid Date"
216 }
217}
218
219function safeToString(input: any): string {
220 try {

Callers 2

formatDefaultIssueFunction · 0.90
errorWithPathFunction · 0.90

Calls 3

formatPropertyKeyFunction · 0.85
joinMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…