mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-12 02:54:44 +00:00
5ea30d7eb7
- Collect immutable snapshots (DecodedJSON, PayloadType) under RLock instead of holding StoreTx pointers that could be evicted between unlock/lock - Resolve paths outside the lock (pm and graph are read-only) - Persist to SQLite without holding any lock (separate RW connection) - Only take write lock for in-memory updates at the end - Remove tautological TestNeighborPersistFileCompiles (compilation already validates symbol accessibility) - Remove unnecessary init() with os.MkdirAll on TempDir