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

Method Exec

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

Source from the content-addressed store, hash-verified

47
48type dbExecutor interface {
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}

Callers 15

cleanupRollupFixtureFunction · 0.65
markStaleAsFailedFunction · 0.65
heartbeatFunction · 0.65
finishSuccessFunction · 0.65
finishFailureFunction · 0.65
cleanupExecutionsFunction · 0.65
setupResolverFixtureFunction · 0.65

Implementers 2

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

Calls

no outgoing calls