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

Function context

packages/effect/src/internal/context.ts:55–60  ·  view source on GitHub ↗
(
    this: C.Tag<Identifier, Service>,
    self: Service
  )

Source from the content-addressed store, hash-verified

53 return self
54 },
55 context<Identifier, Service>(
56 this: C.Tag<Identifier, Service>,
57 self: Service
58 ): C.Context<Identifier> {
59 return make(this, self)
60 }
61}
62
63export const ReferenceProto: any = {

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…