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

Function stringLiteralArr

packages/cluster/src/SqlRunnerStorage.ts:459–459  ·  view source on GitHub ↗
(arr: ReadonlyArray<string>)

Source from the content-addressed store, hash-verified

457 })
458 const stringLiteral = (s: string) => sql.literal(wrapString(s))
459 const stringLiteralArr = (arr: ReadonlyArray<string>) => sql.literal(`(${arr.map(wrapString).join(",")})`)
460
461 const refreshShards = sql.onDialectOrElse({
462 pg: () => {

Callers 1

Calls 2

joinMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected