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

Function runUncached

repos/effect/packages/sql/d1/src/D1Client.ts:146–149  ·  view source on GitHub ↗
(
        sql: string,
        params: ReadonlyArray<unknown> = []
      )

Source from the content-addressed store, hash-verified

144 { kind: "client" },
145 (span) =>
146 Effect.withFiber(Effect.fnUntraced(function*(fiber) {
147 const transformer = fiber.getRef(Statement.CurrentTransformer)
148 const prepared: Array<D1PreparedStatement> = []
149 const transforms: Array<TransformRows | undefined> = []
150 const queryTexts: Array<string> = []
151
152 for (const original of statements) {

Callers 1

executeUnpreparedFunction · 0.85

Calls 1

runRawFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…