Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/clock-bound
/ BufferClosedError
Class
BufferClosedError
clock-bound/src/daemon/async_ring_buffer.rs:292–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
#[derive(Debug, thiserror::Error)]
291
#[error(
"Buffer has been closed"
)]
292
pub struct BufferClosedError;
293
294
#[cfg(test)]
295
mod tests {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected