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

Function runRaw

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

Source from the content-addressed store, hash-verified

134 readonly getClient: () => D1Client
135}): D1Client["batch"] =>
136<const Statements extends ReadonlyArray<Statement.Statement<any>>>(
137 statements: Statements
138) => {
139 if (statements.length === 0) {
140 return Effect.succeed([] as unknown as BatchResults<Statements>)
141 }
142 return Effect.useSpan(

Callers 2

runUncachedFunction · 0.70
executeRawFunction · 0.70

Calls 1

runStatementFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…