mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Function and class nodes were invisible in the graph because they are not directly assigned to layers (only file-level nodes are). Expand layer membership by following `contains` edges from file nodes in the active layer to include their child function/class nodes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>