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

Method WithID

coderd/database/db.go:104–107  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

102}
103
104func (o *TxOptions) WithID(id string) *TxOptions {
105 o.TxIdentifier = id
106 return o
107}
108
109// queries encompasses both are sqlc generated
110// queries and our custom queries.

Callers 15

RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45
RBACObjectMethod · 0.45

Calls

no outgoing calls

Tested by 10

TestInTxMetricsFunction · 0.36
TestPurgeFunction · 0.36
TestMetricsFunction · 0.36
TestChatsMethod · 0.36
TestOrganizationMethod · 0.36
TestWorkspaceMethod · 0.36
TestProvisionerKeysMethod · 0.36
TestNotificationsMethod · 0.36
TestPrebuildsMethod · 0.36