MCPcopy Create free account
hub / github.com/cometchat/cometchat-uikit-angular / ComponentAuditEntry

Interface ComponentAuditEntry

scripts/docs-audit.ts:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24// ============================================
25
26interface ComponentAuditEntry {
27 name: string;
28 status: 'documented' | 'partially-documented' | 'missing';
29 docFile: string | null;
30 sourceInputs: string[];
31 sourceOutputs: string[];
32 documentedInputs: string[];
33 documentedOutputs: string[];
34 missingInputs: string[];
35 missingOutputs: string[];
36 staleInputs: string[];
37 staleOutputs: string[];
38}
39
40interface AuditReport {
41 timestamp: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected