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

Function arrayHelper

packages/effect/src/unstable/sql/Statement.ts:234–237  ·  view source on GitHub ↗
(value: ReadonlyArray<unknown | Fragment>)

Source from the content-addressed store, hash-verified

232 * @since 4.0.0
233 */
234export const arrayHelper = (value: ReadonlyArray<unknown | Fragment>): ArrayHelper => ({
235 _tag: "ArrayHelper",
236 value
237})
238
239/**
240 * Helper segment for compiling one or more record objects into an INSERT

Callers 1

in_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected