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

Method InsertInboxNotification

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

Source from the content-addressed store, hash-verified

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)
964 InsertMemoryResourceMonitor(ctx context.Context, arg InsertMemoryResourceMonitorParams) (WorkspaceAgentMemoryResourceMonitor, error)

Callers 3

TestNotificationsMethod · 0.65
NotificationInboxFunction · 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

TestNotificationsMethod · 0.52