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

Function make

packages/effect/src/internal/context.ts:206–207  ·  view source on GitHub ↗
(tag: C.Tag<I, S>, service: NoInfer<S>)

Source from the content-addressed store, hash-verified

204
205/** @internal */
206export const make = <I, S>(tag: C.Tag<I, S>, service: NoInfer<S>): C.Context<I> =>
207 makeContext(new Map([[tag.key, service]]))
208
209/** @internal */
210export const add = dual<

Callers 1

contextFunction · 0.70

Calls 1

makeContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…