MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / WalkStats

Class WalkStats

Scripts/Developer Base/Tree Explorer.py:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205@dataclass
206class WalkStats:
207 files: int = 0
208 dirs: int = 0
209 total_size: int = 0
210 skipped: int = 0
211 errors: int = 0
212
213
214def get_total_size(

Callers 2

run_customFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected