MCPcopy 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
66class 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_fieldsMethod · 0.90
get_session_diffFunction · 0.85
get_diff_against_branchFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_fieldsMethod · 0.72