mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 00:07:54 +00:00
Adds TestBuildPacketDataScopeMatchingNoMatch covering the case where a transport-scoped advert from a non-matching region carries ScopeName="". Extracts the guard at cmd/ingestor/main.go:719 into shouldUpdateDefaultScope so it can be unit-tested. The helper currently mirrors the buggy guard (IsTransportScoped only), so the new test FAILS — this is the red commit. Refs #1534