MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / IpcMessage

Class IpcMessage

crates/memtrack/src/ipc.rs:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25/// Message combining command and response channel
26#[derive(Debug, Serialize, Deserialize)]
27pub struct IpcMessage {
28 pub command: IpcCommand,
29 pub response_channel: IpcSender<IpcResponse>,
30}
31
32/// Client for sending commands from runner to memtrack
33pub struct MemtrackIpcClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected