Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
class
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
43
def
_rewrite_target(target: str, src_dir: Path) -> str | None:
Callers
1
postprocess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected