Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeClash-ai/CodeClash
/ round_stats
Method
round_stats
codeclash/viewer/app.py:297–299 ·
view source on GitHub ↗
Get round statistics
(self)
Source
from the content-addressed store, hash-verified
295
296
@property
297
def
round_stats(self) -> dict[str, Any]:
298
""
"Get round statistics"
""
299
return
self.get_path(
"round_stats"
, {})
300
301
@property
302
def
raw_data(self) -> dict[str, Any]:
Callers
nothing calls this directly
Calls
1
get_path
Method · 0.95
Tested by
no test coverage detected