Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
class
WalkStats:
207
files: int = 0
208
dirs: int = 0
209
total_size: int = 0
210
skipped: int = 0
211
errors: int = 0
212
213
214
def
get_total_size(
Callers
2
run_custom
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected