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

Function executeRaw

packages/core/src/database/sqlite.node.ts:93–95  ·  view source on GitHub ↗
(query, params)

Source from the content-addressed store, hash-verified

91 return transformRows ? Effect.map(run(query, params), transformRows) : run(query, params)
92 },
93 executeRaw(query, params) {
94 return run(query, params)
95 },
96 executeValues(query, params) {
97 return runValues(query, params)
98 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected