MCPcopy Create free account
hub / github.com/SethGammon/Citadel / extractBlockedCommand

Function extractBlockedCommand

scripts/dashboard.js:709–713  ·  view source on GitHub ↗
(detail)

Source from the content-addressed store, hash-verified

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,

Callers 1

hasLaterMatchingToolCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected