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

Function test_empty_both_no_changes

tests/test_change_detection.py:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58
59def test_empty_both_no_changes():
60 module = FakeModule("mod", [], [])
61 changes = _detect_module_changes(module)
62 assert changes == []
63
64
65# --- All added (no metadata / never rendered) ---

Callers

nothing calls this directly

Calls 2

_detect_module_changesFunction · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected