MCPcopy Create free account
hub / github.com/aws/clock-bound / ClockBoundSHM

Class ClockBoundSHM

clock-bound/src/client.rs:129–133  ·  view source on GitHub ↗

`ClockBoundSHM` handles access to the shared memory segment populated by the ClockBound daemon.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected