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

Function makeRef

packages/effect/test/Layer.test.ts:755–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

753 })
754})
755export const makeRef = (): Effect.Effect<Ref.Ref<Chunk.Chunk<string>>> => {
756 return Ref.make(Chunk.empty())
757}
758export class Service1 {
759 one(): Effect.Effect<number> {
760 return Effect.succeed(1)

Callers 1

Layer.test.tsFile · 0.85

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…