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

Method GetHealthSettings

coderd/database/dbauthz/dbauthz.go:3555–3558  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

3553}
3554
3555func (q *querier) GetHealthSettings(ctx context.Context) (string, error) {
3556 // No authz checks
3557 return q.db.GetHealthSettings(ctx)
3558}
3559
3560func (q *querier) GetInboxNotificationByID(ctx context.Context, id uuid.UUID) (database.InboxNotification, error) {
3561 return fetchWithAction(q.log, q.auth, policy.ActionRead, q.db.GetInboxNotificationByID)(ctx, id)

Callers

nothing calls this directly

Calls 1

GetHealthSettingsMethod · 0.65

Tested by

no test coverage detected