mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-21 00:21:30 +00:00
8 tests verifying the data structures underlying performance changes: nodeById Map (O(1) lookup): + Map.get returns correct node by ID + duplicate IDs: last wins - non-existent ID returns undefined - empty Map returns undefined Set.has (O(1) highlight matching): + present IDs return true - absent IDs return false + handles IDs with colons, dots, slashes - case-sensitive matching Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| unit | ||
| setup.ts | ||