Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ asVoid
Function
asVoid
packages/effect/src/internal/core.ts:442–442 ·
view source on GitHub ↗
(self: Effect.Effect<A, E, R>)
Source
from the content-addressed store, hash-verified
440
441
/* @internal */
442
export
const
asVoid = <A, E, R>(self: Effect.Effect<A, E, R>): Effect.Effect<void, E, R> => as(self, void 0)
443
444
/* @internal */
445
export
const
custom: {
Callers
2
core.ts
File · 0.70
scopeAddFinalizer
Function · 0.70
Calls
1
as
Function · 0.85
Tested by
no test coverage detected