MCPcopy
hub / github.com/multica-ai/multica / QueryRow

Method QueryRow

server/internal/handler/handler.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

49 Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
50 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
51 QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
52}
53
54type Config struct {

Callers 15

seedRollupFixtureFunction · 0.65
dbNowFunction · 0.65
tryClaimFunction · 0.65
latestPlanFunction · 0.65
readTaskUsageWatermarkFunction · 0.65

Implementers 2

noRowsDBTXserver/internal/service/task_issue_bro
mockDBTXserver/internal/service/task_complete_

Calls

no outgoing calls