Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ get
Function
get
packages/effect/src/unstable/httpapi/HttpApiMiddleware.ts:364–366 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
362
const
self = Service as any
363
Object.defineProperty(Service,
"stack"
, {
364
get() {
365
return
creationError.stack
366
}
367
})
368
self[TypeId] = TypeId
369
self.error = getError(options?.error)
Callers
1
Cookies.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected