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

Method InsertGroupMember

coderd/database/querier.go:960–960  ·  view source on GitHub ↗
(ctx context.Context, arg InsertGroupMemberParams)

Source from the content-addressed store, hash-verified

958 InsertGitSSHKey(ctx context.Context, arg InsertGitSSHKeyParams) (GitSSHKey, error)
959 InsertGroup(ctx context.Context, arg InsertGroupParams) (Group, error)
960 InsertGroupMember(ctx context.Context, arg InsertGroupMemberParams) error
961 InsertInboxNotification(ctx context.Context, arg InsertInboxNotificationParams) (InboxNotification, error)
962 InsertLicense(ctx context.Context, arg InsertLicenseParams) (License, error)
963 InsertMCPServerConfig(ctx context.Context, arg InsertMCPServerConfigParams) (MCPServerConfig, error)

Callers 8

TestWorkspaceQuotasFunction · 0.65
InsertGroupMemberMethod · 0.65
TestGroupsAuthFunction · 0.65
TestGroupMethod · 0.65
GroupMemberFunction · 0.65
TestAcquireJobFunction · 0.65
patchGroupMethod · 0.65
ReconcileAllMethod · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 4

TestWorkspaceQuotasFunction · 0.52
TestGroupsAuthFunction · 0.52
TestGroupMethod · 0.52
TestAcquireJobFunction · 0.52