MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / logTraffic

Method logTraffic

src/debug/dart_debug_protocol.ts:545–549  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

543 }
544
545 private logTraffic(message: string): void {
546 if (this.logging) {
547 this.logging(message);
548 }
549 }
550
551 public close() {
552 this.socket.close();

Callers 2

callMethodMethod · 0.95
handleDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected