MCPcopy Create free account
hub / github.com/Effect-TS/effect / table

Function table

packages/effect/src/unstable/cluster/SqlMessageStorage.ts:77–77  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

75 const crypto = yield* Crypto.Crypto
76 const prefix = options?.prefix ?? "cluster"
77 const table = (name: string) => `${prefix}_${name}`
78
79 yield* Effect.orDie(
80 Migrator.make({})({

Callers 2

migrationsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected