Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ createErrorAtDifferentLocation2
Function
createErrorAtDifferentLocation2
packages/effect/test/Equal.test.ts:956–958 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
954
}
955
956
function
createErrorAtDifferentLocation2() {
957
return
new
Error(
"same message"
)
958
}
959
960
const
error1 = createErrorAtDifferentLocation1()
961
const
error2 = createErrorAtDifferentLocation2()
Callers
1
Equal.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected