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

Function makeRemoveService

packages/effect/src/internal/differ/contextPatch.ts:94–100  ·  view source on GitHub ↗
(
  key: string
)

Source from the content-addressed store, hash-verified

92})
93
94const makeRemoveService = <Env, I>(
95 key: string
96): Differ.Context.Patch<Env, Exclude<Env, I>> => {
97 const o = Object.create(RemoveServiceProto)
98 o.key = key
99 return o
100}
101
102/** @internal */
103export interface UpdateService<in out Env, in out T, in out I> extends Differ.Context.Patch<Env | I, Env | I> {

Callers 1

diffFunction · 0.85

Calls 1

createMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…