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

Method GetNotificationsSettings

coderd/notifications/spec.go:25–25  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

23 FetchNewMessageMetadata(ctx context.Context, arg database.FetchNewMessageMetadataParams) (database.FetchNewMessageMetadataRow, error)
24 GetNotificationMessagesByStatus(ctx context.Context, arg database.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage, error)
25 GetNotificationsSettings(ctx context.Context) (string, error)
26 GetApplicationName(ctx context.Context) (string, error)
27 GetLogoURL(ctx context.Context) (string, error)
28

Callers 6

notificationsSettingsMethod · 0.65
ensureRunningMethod · 0.65
TestNotificationsFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestNotificationsFunction · 0.52