Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeWiki
/ JobStatistics
Class
JobStatistics
codewiki/cli/models/job.py:31–36 ·
view source on GitHub ↗
Statistics for a documentation job.
Source
from the content-addressed store, hash-verified
29
30
@dataclass
31
class
JobStatistics:
32
""
"Statistics for a documentation job."
""
33
total_files_analyzed: int = 0
34
leaf_nodes: int = 0
35
max_depth: int = 0
36
total_tokens_used: int = 0
37
38
39
@dataclass
Callers
1
from_dict
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected