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

Method InsertGitSSHKey

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

Source from the content-addressed store, hash-verified

956 InsertExternalAuthLink(ctx context.Context, arg InsertExternalAuthLinkParams) (ExternalAuthLink, error)
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)

Callers 5

CreateUserMethod · 0.65
InsertGitSSHKeyMethod · 0.65
TestUserMethod · 0.65
GitSSHKeyFunction · 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

TestUserMethod · 0.52