MCPcopy Create free account
hub / github.com/effect-app/libs / values

Function values

repos/effect/packages/effect/src/unstable/sql/Statement.ts:1351–1356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1349 SqlError
1350 > {
1351 return this.withConnection(
1352 "executeValuesUnprepared",
1353 (connection, sql, params) => connection.executeValuesUnprepared(sql, params)
1354 )
1355 },
1356
1357 get unprepared(): Effect.Effect<ReadonlyArray<any>, SqlError> {
1358 const self = this as StatementImpl<any>
1359 return self.withConnection(

Callers

nothing calls this directly

Calls 2

withConnectionMethod · 0.80
executeValuesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…