Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
14
class
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_no_metadata_all_added
Function · 0.90
test_single_edit
Function · 0.90
test_addition_at_end
Function · 0.90
test_removal_at_end
Function · 0.90
test_swap_detected_as_moves
Function · 0.90
test_duplicate_texts_with_edit
Function · 0.90
_detect_module_changes
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_no_metadata_all_added
Function · 0.72
test_single_edit
Function · 0.72
test_addition_at_end
Function · 0.72
test_removal_at_end
Function · 0.72
test_swap_detected_as_moves
Function · 0.72
test_duplicate_texts_with_edit
Function · 0.72