Skip to content

src: mark generated `snapshot_data` as `const`

This renders the mutex protecting it unnecessary, since mutexes only need to protect concurrent accesses to mutable data.

Merge request reports

Loading