Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ open
Function
open
repos/effect/packages/effect/src/FileSystem.ts:941–943 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
939
*
const
modified = Option.match(info.mtime, {
940
* onNone: () =>
"unavailable"
,
941
* onSome: (mtime) => mtime.toISOString()
942
* })
943
* modified
// => "unavailable"
944
* info.
type
===
"File"
// => true
945
* ```
946
*
Callers
nothing calls this directly
Calls
2
notFound
Function · 0.85
fail
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…