## Summary Brief description of what this PR does. ## Changes - ## Testing - [ ] All tests pass (`go test -race ./...`) - [ ] New tests added for new functionality - [ ] Benchmarks run if performance-relevant ## Checklist - [ ] Code follows existing patterns in the codebase - [ ] No unnecessary abstractions added - [ ] Language extractor includes `Meta["methods"]` for interfaces (if applicable) - [ ] Methods have `EdgeMemberOf` edges to their containing type (if applicable)