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

Method send

src/telemetry.rs:100–102  ·  view source on GitHub ↗
(&self, entry: LogEntry)

Source from the content-addressed store, hash-verified

98 }
99
100 fn send(&self, entry: LogEntry) {
101 let _ = self.sender.send(WorkerMessage::Log(entry));
102 }
103
104 /// Signal the background thread to shut down gracefully.
105 fn shutdown(&self) {

Callers 2

shutdownMethod · 0.45
log_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected