MCPcopy Index your code
hub / github.com/idank/explainshell / Stats

Class Stats

tools/postprocess_ubuntu_archive.py:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@dataclass
35class Stats:
36 files_copied: int = 0
37 symlinks_copied: int = 0
38 symlinks_rewritten: int = 0
39 symlinks_skipped: int = 0
40 dirs_skipped: int = 0
41
42
43def _rewrite_target(target: str, src_dir: Path) -> str | None:

Callers 1

postprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected