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
41
Hotspots
1
Blast Risk
1,927
Health
94
| Op | Kind | Address | Modified | Activity | Changes | Blast | Coupled | Signals |
|---|---|---|---|---|---|---|---|---|
| insert | function |
tests/test_commit_object_store_completeness.py
_add
|
8 days ago |
1
|
91 | 91 |
|
|
| insert | method |
tests/test_directory_tracking.py
TestDirectoryOpsAlgebra.test_addressed_delete_op_address_has_trailing_slash
|
16 days ago |
1
|
120 | 218 |
|
|
| insert | method |
tests/test_directory_tracking.py
TestDirectoryOpsAlgebra.test_addressed_insert_op_address_has_trailing_slash
|
16 days ago |
1
|
120 | 218 |
|
|
| insert | method |
tests/test_directory_tracking.py
TestDirectoryOpsAlgebra.test_rename_op_address_has_trailing_slash
|
16 days ago |
1
|
120 | 218 |
|
|
| insert | class |
tests/test_dir_lifecycle.py
TestStateStagedAdded
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_commit_includes_directory
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_diff_shows_as_added
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_reset_clears_back_to_untracked
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_shows_in_staged_added
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_status_text_shows_new_directory
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedRenamed.test_staged_renamed_not_in_added_or_deleted
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateUnstagedDeleted.test_code_add_dot_stages_deletion
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateUnstagedDeleted.test_code_add_explicit_path_stages_deletion
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateUntracked.test_not_in_added_or_deleted
|
16 days ago |
1
|
48 | 66 |
|
|
| insert | import |
tests/test_op_merge.py::import
AddressedDeleteOp
|
9 days ago |
1
|
13 | 45 |
|
|
| insert | import |
tests/test_op_merge.py::import
AddressedInsertOp
|
9 days ago |
1
|
13 | 45 |
|
|
| insert | class |
tests/test_op_merge.py
TestOpsCommuteAddressedOps
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_delete_and_move_commute
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_deletes_at_different_addresses_commute
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_deletes_at_same_address_commute_consensus
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method | 9 days ago |
1
|
12 | 45 |
|
||
| insert | method | 9 days ago |
1
|
12 | 45 |
|
||
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_insert_inside_patch_conflicts_at_same_address
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_inserts_at_different_addresses_commute
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_inserts_at_same_address_do_not_commute
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_move_and_addressed_delete_commute
|
9 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_addressed_insert_same_address_different_content_conflicts
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_addressed_insert_same_address_same_content_commutes
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_patch_convergent_addressed_insert_child_commutes
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_different_addresses_always_commute
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_same_address_different_new_content_conflicts
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_same_address_old_content_ignored_for_convergence
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_same_address_same_new_content_commutes
|
2 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_phase2_conflict_granularity.py
TestDivergentEdits.test_DE_03_add_add_collision_detected
|
2 days ago |
1
|
19 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_addadd_repo
|
2 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision
|
2 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_13_recursive_addadd_conflicts
|
2 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_14_overlay_addadd_no_conflict_theirs_wins
|
2 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_15_snapshot_addadd_conflicts
|
2 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase5_phantom_guard.py
TestOpsCommuteConvergentGuard.test_PG_03c_replace_different_address_commutes
|
2 days ago |
1
|
24 | — |
|
|
| insert | function |
tests/test_plugin_apply_and_checkout.py
_add_all
|
8 days ago |
1
|
91 | 91 |
|