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

Function executeRaw

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

Source from the content-addressed store, hash-verified

107 return transformRows ? Effect.map(run(sql, params), transformRows) : run(sql, params)
108 },
109 executeRaw(sql, params) {
110 return run(sql, params)
111 },
112 executeValues(sql, params) {
113 return runValues(sql, params)
114 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected