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

Function values

packages/effect-drizzle-sqlite/src/sqlite-core/effect/db.ts:269–269  ·  view source on GitHub ↗
(...args: [any])

Source from the content-addressed store, hash-verified

267 const all: Q["all"] = (...args: [any]) => primary.all(...args)
268 const get: Q["get"] = (...args: [any]) => primary.get(...args)
269 const values: Q["values"] = (...args: [any]) => primary.values(...args)
270 const transaction: Q["transaction"] = (...args: [any]) => primary.transaction(...args)
271
272 return {

Callers 7

theme.tsxFile · 0.50
getFunction · 0.50
promptProviderFunction · 0.50
promptModelFunction · 0.50
providers.tsFile · 0.50
agent.tsFile · 0.50
models.tsxFile · 0.50

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected