MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / FunctionalityChange

Class FunctionalityChange

change_detection.py:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass
14class FunctionalityChange:
15 module: str
16 frid: str
17 change_type: Literal["added", "removed", "edited", "moved"]
18 detail: str | None = None
19
20
21@dataclass

Callers 7

test_single_editFunction · 0.90
test_addition_at_endFunction · 0.90
test_removal_at_endFunction · 0.90
_detect_module_changesFunction · 0.85

Calls

no outgoing calls

Tested by 6

test_single_editFunction · 0.72
test_addition_at_endFunction · 0.72
test_removal_at_endFunction · 0.72