MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / MockServer

Class MockServer

ch_11/mock-server/src/lib.rs:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Clone, Debug)]
9pub struct MockServer {
10 socket: SocketAddr,
11}
12
13pub struct OneshotHandler {
14 pub sender: Sender<i32>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected