Browse Source
- Implement extractSubgraph function with full selection logic - Early return for no selection (return all nodes/edges, isScoped=false) - Filter nodes into selected vs unselected with O(1) Set lookup - Classify edges: fully within selection, boundary, or outside - Build type breakdown from unselected nodes - Identify boundary connections with direction (incoming/outgoing) - All 8 tests passing (GREEN phase) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 84 additions and 2 deletions
Loading…
Reference in new issue