MCPcopy Create free account
hub / github.com/HKUDS/OpenSpace / PatchResult

Class PatchResult

openspace/skill_engine/patch.py:83–85  ·  view source on GitHub ↗

Parsed representation of a ``*** Begin Patch`` block.

Source from the content-addressed store, hash-verified

81
82@dataclass
83class PatchResult:
84 """Parsed representation of a ``*** Begin Patch`` block."""
85 hunks: List[PatchHunk]
86
87
88@dataclass

Callers 1

parse_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected