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

Class UpdateChunk

openspace/skill_engine/patch.py:64–69  ·  view source on GitHub ↗

A single change block inside an Update File hunk.

Source from the content-addressed store, hash-verified

62
63@dataclass
64class UpdateChunk:
65 """A single change block inside an Update File hunk."""
66 old_lines: List[str]
67 new_lines: List[str]
68 change_context: Optional[str] = None
69 is_end_of_file: bool = False
70
71
72@dataclass

Callers 1

_parse_update_chunksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected