MCPcopy 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
74class 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_fieldsMethod · 0.90
get_commit_attributionFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_fieldsMethod · 0.72