MCPcopy
hub / github.com/Effect-TS/effect / join

Method join

packages/effect/src/FiberRef.ts:58–58  ·  view source on GitHub ↗

@internal

(oldValue: A, newValue: A)

Source from the content-addressed store, hash-verified

56 readonly fork: unknown
57 /** @internal */
58 join(oldValue: A, newValue: A): A
59 readonly [Unify.typeSymbol]?: unknown
60 readonly [Unify.unifySymbol]?: FiberRefUnify<this>
61 readonly [Unify.ignoreSymbol]?: FiberRefUnifyIgnore

Callers 15

vitest.shared.tsFile · 0.65
suiteFunction · 0.65
interruptFunction · 0.65
render.test.tsFile · 0.65
layout.test.tsFile · 0.65
FileSystem.test.tsFile · 0.65
Stream.test.tsFile · 0.65
runFunction · 0.65
toPlatformErrorFunction · 0.65
makeTempDirectoryFactoryFunction · 0.65

Calls

no outgoing calls

Tested by 5

createTmpEnvFileFunction · 0.52
RateLimiterTestSuiteFunction · 0.52
logRefFunction · 0.52
concurrentFibFunction · 0.52
testSplitLinesFunction · 0.52