MCPcopy Create free account
hub / github.com/cyberagiinc/DevDocs / ProcessingStats

Interface ProcessingStats

components/ProcessingBlock.tsx:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8} from 'lucide-react'
9
10interface ProcessingStats {
11 subdomainsParsed: number
12 pagesCrawled: number
13 dataExtracted: string
14 errorsEncountered: number
15}
16
17interface ProcessingBlockProps {
18 isProcessing: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected