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

Method DeleteLicense

coderd/database/querier.go:150–150  ·  view source on GitHub ↗
(ctx context.Context, id int32)

Source from the content-addressed store, hash-verified

148 DeleteGroupByID(ctx context.Context, id uuid.UUID) error
149 DeleteGroupMemberFromGroup(ctx context.Context, arg DeleteGroupMemberFromGroupParams) error
150 DeleteLicense(ctx context.Context, id int32) (int32, error)
151 DeleteMCPServerConfigByID(ctx context.Context, id uuid.UUID) error
152 DeleteMCPServerUserToken(ctx context.Context, arg DeleteMCPServerUserTokenParams) error
153 DeleteOAuth2ProviderAppByClientID(ctx context.Context, id uuid.UUID) error

Callers 10

DeleteLicenseMethod · 0.65
DeleteLicenseMethod · 0.65
TestLicenseMethod · 0.65
TestAnnouncementBannersFunction · 0.65
TestEntitlementsFunction · 0.65
deleteLicenseMethod · 0.65
TestDeleteLicenseFunction · 0.65
licenseDeleteMethod · 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 6

TestLicenseMethod · 0.52
TestAnnouncementBannersFunction · 0.52
TestEntitlementsFunction · 0.52
TestDeleteLicenseFunction · 0.52