stats() — mcp Function Reference
Architecture documentation for the stats() function in zip-repository.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 7178e2a2_13b5_e908_4a6f_83e10243c774["stats()"] b00e0b6e_8e66_44d2_f709_c8c6bbb476c9["zip-repository.ts"] 7178e2a2_13b5_e908_4a6f_83e10243c774 -->|defined in| b00e0b6e_8e66_44d2_f709_c8c6bbb476c9 style 7178e2a2_13b5_e908_4a6f_83e10243c774 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/utils/zip-repository.ts lines 142–146
onProgress?: (stats: {
filesProcessed: number;
currentFile: string;
bytesProcessed: number;
}) => void;
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does stats() do?
stats() is a function in the mcp codebase, defined in src/utils/zip-repository.ts.
Where is stats() defined?
stats() is defined in src/utils/zip-repository.ts at line 142.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free