MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / do_not_notify

Method do_not_notify

crates/hyperqueue/src/tests/server.rs:20–22  ·  view source on GitHub ↗

Do not explicitly stop the server, it will be stopped by the test itself.

(&mut self)

Source from the content-addressed store, hash-verified

18impl RunningHqServer {
19 /// Do not explicitly stop the server, it will be stopped by the test itself.
20 pub fn do_not_notify(&mut self) {
21 self.notify_quit = false;
22 }
23
24 pub async fn client(&self) -> ClientSession {
25 get_client_session(&self.dir)

Callers 1

test_start_stopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected