MCPcopy Index your code
hub / github.com/anomalyco/opencode / executeUnprepared

Function executeUnprepared

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

Source from the content-addressed store, hash-verified

96 return runValues(query, params)
97 },
98 executeUnprepared(query, params, transformRows) {
99 return this.execute(query, params, transformRows)
100 },
101 executeStream() {
102 return Stream.die("executeStream not implemented")
103 },

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected