(detail)
| 707 | return { |
| 708 | auditEntriesToday: audit.filter((entry) => String(eventTimestamp(entry) || '').startsWith(today)).length, |
| 709 | hooksInstalled: countHooksInConfig(hookConfig), |
| 710 | trustLevel: level, |
| 711 | trustSessions: sessions, |
| 712 | trustCampaigns: campaigns, |
| 713 | activationStatus: effective.receipt?.status || effective.status, |
| 714 | activationReasonCode: effective.reasonCode, |
| 715 | effectiveConfigPersisted: effective.persisted !== false, |
| 716 | profile: effective.receipt?.profile?.id || null, |
no outgoing calls
no test coverage detected