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

Function empty

packages/effect/src/internal/differ/contextPatch.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 * @internal
39 */
40export const empty = <Input, Output>(): Differ.Context.Patch<Input, Output> => _empty
41
42/** @internal */
43export interface AndThen<in out Input, in out Output, in out Output2> extends Differ.Context.Patch<Input, Output2> {

Callers 1

diffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…