Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
})
755
export
const
makeRef = (): Effect.Effect<Ref.Ref<Chunk.Chunk<string>>> => {
756
return
Ref.make(Chunk.empty())
757
}
758
export
class
Service1 {
759
one(): Effect.Effect<number> {
760
return
Effect.succeed(1)
Callers
1
Layer.test.ts
File · 0.85
Calls
1
make
Method · 0.65
Tested by
no test coverage detected