mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-22 18:25:26 +00:00
33d80b6fe3
Item 1/6 from PR #1198 round-2 deferred review. The ad-hoc regex in resolve_context_callsites_test.go splits on the FIRST comma so any nested call in arg1 (e.g. getHop(a, b)) makes the gate skip arg2 entirely. This RED test asserts a synthetic offender is detected by the regex; it is not. Next commit replaces the regex with a go/parser AST walk.