Files
meshcore-analyzer/cmd
you 5ea30d7eb7 fix: move SQL writes and path resolution out of store mutex in backfillResolvedPaths
- 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
2026-04-04 04:51:28 +00:00
..