`ClockBoundSHM` handles access to the shared memory segment populated by the ClockBound daemon.
| 127 | |
| 128 | /// `ClockBoundSHM` handles access to the shared memory segment populated by the ClockBound daemon. |
| 129 | struct ClockBoundSHM { |
| 130 | #[expect(dead_code)] |
| 131 | clockbound_shm_path: String, |
| 132 | clockbound_shm_reader: ShmReader, |
| 133 | } |
| 134 | |
| 135 | impl ClockBoundSHM { |
| 136 | /// Create a new [`ClockBoundSHM`] and open the shared memory segment for reading. |
nothing calls this directly
no outgoing calls
no test coverage detected