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

Method InsertLicense

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

Source from the content-addressed store, hash-verified

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)
964 InsertMemoryResourceMonitor(ctx context.Context, arg InsertMemoryResourceMonitorParams) (WorkspaceAgentMemoryResourceMonitor, error)
965 // Inserts any group by name that does not exist. All new groups are given

Callers 10

TestTelemetryFunction · 0.65
InsertLicenseMethod · 0.65
InsertLicenseMethod · 0.65
TestLicenseMethod · 0.65
TestEntitlementsFunction · 0.65
postLicenseMethod · 0.65
TestEntitlementsFunction · 0.65
TestAIGovernanceAddonFunction · 0.65
configureDeploymentFunction · 0.65
NewFunction · 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

TestTelemetryFunction · 0.52
TestLicenseMethod · 0.52
TestEntitlementsFunction · 0.52
TestEntitlementsFunction · 0.52
TestAIGovernanceAddonFunction · 0.52
configureDeploymentFunction · 0.52