Symbol Intelligence
Every named symbol, tracked across the full commit history
Heat, signals, blast radius — all pre-computed at push time. Click any symbol to see its full provenance.
Total
2,061
Hotspots
1
Blast Risk
1,927
Health
94
| Op | Kind | Address | Modified | Activity | Changes | Blast | Coupled | Signals |
|---|---|---|---|---|---|---|---|---|
| insert | method |
tests/test_phase2_conflict_granularity.py
TestDivergentEdits.test_DE_01_file_divergence_detected
|
7 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_phase2_conflict_granularity.py
TestDivergentEdits.test_DE_02_symbol_divergence_detected
|
7 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_phase2_conflict_granularity.py
TestDivergentEdits.test_DE_03_add_add_collision_detected
|
7 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_phase2_conflict_granularity.py
TestDivergentEdits.test_DE_04_delete_modify_conflict_detected
|
7 days ago |
1
|
19 | — |
|
|
| insert | function |
tests/test_phase2_conflict_granularity.py
_write_obj
|
7 days ago |
1
|
19 | — |
|
|
| patch | file | 7 days ago |
1
|
46 | — |
|
||
| insert | function |
tests/test_phase3_strategy_matrix.py
_addadd_repo
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_checkout
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_clean_twobranch_repo
|
7 days ago |
1
|
45 | — |
|
|
| insert | variable |
tests/test_phase3_strategy_matrix.py
cli
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_convergent_repo
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_deletemodify_repo
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_divergent_repo
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_env
|
7 days ago |
1
|
45 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
annotations
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
blob_id
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
CliRunner
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
datetime
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
fake_id
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
heads_dir
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
json
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
muse_dir
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
pathlib
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
pytest
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
ref_path
|
7 days ago |
1
|
46 | — |
|
|
| insert | import |
tests/test_phase3_strategy_matrix.py::import
write_object
|
7 days ago |
1
|
46 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_init_repo
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_make_commit
|
7 days ago |
1
|
45 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_merged_snapshot
|
7 days ago |
1
|
45 | — |
|
|
| insert | variable |
tests/test_phase3_strategy_matrix.py
runner
|
7 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_13_recursive_addadd_conflicts
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_14_overlay_addadd_no_conflict_theirs_wins
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_15_snapshot_addadd_conflicts
|
7 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestConvergentEdit
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentEdit.test_SM_05_recursive_convergent_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentEdit.test_SM_06_overlay_convergent_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentEdit.test_SM_07_snapshot_convergent_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentEdit.test_SM_08_replay_convergent_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestConvergentUntouched
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentUntouched.test_SM_01_recursive_untouched_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentUntouched.test_SM_02_overlay_untouched_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentUntouched.test_SM_03_snapshot_untouched_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestConvergentUntouched.test_SM_04_replay_untouched_no_conflict
|
7 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestDeleteModify
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestDeleteModify.test_SM_16_recursive_deletemodify_conflicts
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestDeleteModify.test_SM_17_overlay_deletemodify_no_conflict_modified_survives
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestDeleteModify.test_SM_18_snapshot_deletemodify_conflicts
|
7 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestFileDivergence
|
7 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestFileDivergence.test_SM_09_recursive_file_divergence_conflicts
|
7 days ago |
1
|
45 | — |
|