Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ DiffResult
Class
DiffResult
src/utils/git.py:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
@dataclass
66
class
DiffResult:
67
diff_text: str
68
files_changed: int = 0
69
insertions: int = 0
70
deletions: int = 0
71
72
73
@dataclass
Callers
3
test_fields
Method · 0.90
get_session_diff
Function · 0.85
get_diff_against_branch
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_fields
Method · 0.72