MCPcopy
hub / github.com/Aider-AI/aider / Patch

Class Patch

aider/coders/patch_coder.py:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45@dataclass
46class Patch:
47 actions: Dict[str, PatchAction] = field(default_factory=dict)
48 fuzz: int = 0 # Track fuzziness used during parsing
49
50
51# --------------------------------------------------------------------------- #

Callers 1

_parse_patch_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected