Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
function
safeToString(input: any): string {
220
try {
Callers
2
formatDefaultIssue
Function · 0.90
errorWithPath
Function · 0.90
Calls
3
formatPropertyKey
Function · 0.85
join
Method · 0.80
map
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…