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

Function table

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

Source from the content-addressed store, hash-verified

79 const layerScope = yield* Effect.scope
80 const prefix = options?.prefix ?? "cluster"
81 const table = (name: string) => `${prefix}_${name}`
82 const pgLockNamespace = postgresLockNamespace(prefix)
83 // PostgreSQL exposes the signed int4 lock key through pg_locks as an unsigned oid.
84 const pgLockNamespaceOid = pgLockNamespace >>> 0

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected