MCPcopy Create free account
hub / github.com/aeroxy/chrome-devtools-cli / shutdown

Method shutdown

src/telemetry.rs:105–107  ·  view source on GitHub ↗

Signal the background thread to shut down gracefully.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Signal the background thread to shut down gracefully.
105 fn shutdown(&self) {
106 let _ = self.sender.send(WorkerMessage::Shutdown);
107 }
108}
109
110/// Simple file-based telemetry logger.

Callers 1

shutdown_loggerFunction · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected