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

Method InsertGroup

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

Source from the content-addressed store, hash-verified

957 InsertFile(ctx context.Context, arg InsertFileParams) (File, error)
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)

Callers 5

InsertGroupMethod · 0.65
TestGroupMethod · 0.65
GroupFunction · 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 1

TestGroupMethod · 0.52