Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toAbsolute
Function
toAbsolute
packages/effect/typeperf/run.mjs:39–39 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
37
}
38
39
const
toAbsolute = (path) => resolve(typeperfDir, path)
40
41
const
sanitize = (name) => name.replace(/[^a-zA-Z0-9._-]/g,
"-"
)
42
Callers
1
run.mjs
File · 0.85
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected