Accessor for the snapshot assembly buffer used by the `snapshot_assembly` sibling module.
(&self)
| 108 | /// Accessor for the snapshot assembly buffer used by the |
| 109 | /// `snapshot_assembly` sibling module. |
| 110 | pub(super) fn snapshots(&self) -> &Mutex<HashMap<(String, [u8; 18]), SnapshotAssembly>> { |
| 111 | &self.snapshots |
| 112 | } |
| 113 | |
| 114 | pub(super) fn shared(&self) -> &Arc<SharedState> { |
| 115 | &self.shared |
no outgoing calls
no test coverage detected