MCPcopy Create free account
hub / github.com/anomalyco/opencode / execute

Function execute

packages/effect-sqlite-node/src/index.ts:106–108  ·  view source on GitHub ↗
(sql, params, transformRows)

Source from the content-addressed store, hash-verified

104
105 return identity<SqliteConnection>({
106 execute(sql, params, transformRows) {
107 return transformRows ? Effect.map(run(sql, params), transformRows) : run(sql, params)
108 },
109 executeRaw(sql, params) {
110 return run(sql, params)
111 },

Callers 1

rawMethod · 0.50

Calls 1

runFunction · 0.70

Tested by

no test coverage detected