MCPcopy Index your code
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/effect/src/internal/fiberRuntime.ts:3229–3231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3227 [core.ScopeTypeId]: core.ScopeTypeId,
3228 [core.CloseableScopeTypeId]: core.CloseableScopeTypeId,
3229 pipe() {
3230 return pipeArguments(this, arguments)
3231 },
3232 fork(this: ScopeImpl, strategy) {
3233 return core.sync(() => {
3234 const newScope = scopeUnsafeMake(strategy)

Callers 9

inheritAllMethod · 0.70
evaluateEffectMethod · 0.70
fiberRuntime.tsFile · 0.70
unsafeMakeChildFiberFunction · 0.70
withEarlyReleaseFunction · 0.70
withRuntimeFlagsScopedFunction · 0.70
closeFunction · 0.70
disconnectFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…