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

Function executeRaw

packages/core/src/database/sqlite.bun.ts:92–94  ·  view source on GitHub ↗
(query, params)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected