MCPcopy Index your code
hub / github.com/coder/coder / ExecContext

Method ExecContext

coderd/database/db.go:43–43  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

41// DBTX represents a database connection or transaction.
42type DBTX interface {
43 ExecContext(context.Context, string, ...interface{}) (sql.Result, error)
44 PrepareContext(context.Context, string) (*sql.Stmt, error)
45 QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
46 QueryRowContext(context.Context, string, ...interface{}) *sql.Row

Callers 15

TestPatchChatFunction · 0.80
TestProvisionerJobsFunction · 0.80
TestPostWorkspaceBuildFunction · 0.80
TestReconcileSystemRolesFunction · 0.80
TestGetUserStatusCountsFunction · 0.80
TestUsageEventsTriggerFunction · 0.80
ActivityBumpWorkspaceMethod · 0.80

Calls

no outgoing calls

Tested by 15

TestPatchChatFunction · 0.64
TestProvisionerJobsFunction · 0.64
TestPostWorkspaceBuildFunction · 0.64
TestReconcileSystemRolesFunction · 0.64
TestGetUserStatusCountsFunction · 0.64
TestUsageEventsTriggerFunction · 0.64
TestPurgeChatDebugRunsFunction · 0.64