Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ CommitAttribution
Class
CommitAttribution
src/utils/git.py:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
@dataclass
74
class
CommitAttribution:
75
path: str
76
modified_by_claude: bool = False
77
modified_by_user: bool = False
78
lines_added: int = 0
79
lines_removed: int = 0
80
81
82
@dataclass
Callers
2
test_fields
Method · 0.90
get_commit_attribution
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_fields
Method · 0.72