MCPcopy Create free account
hub / github.com/06chaynes/http-cache / ReloadTestService

Class ReloadTestService

http-cache-tower/src/test.rs:1954–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1952
1953 #[derive(Clone)]
1954 struct ReloadTestService {
1955 call_count: std::sync::Arc<std::sync::Mutex<usize>>,
1956 }
1957
1958 impl Service<Request<Full<Bytes>>> for ReloadTestService {
1959 type Response = Response<Full<Bytes>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected