MCPcopy Index your code
hub / github.com/nodejs/node / sendRawCommand

Method sendRawCommand

deps/v8/test/inspector/protocol-test.js:262–267  ·  view source on GitHub ↗
(requestId, command, handler)

Source from the content-addressed store, hash-verified

260 }
261
262 sendRawCommand(requestId, command, handler) {
263 if (InspectorTest._dumpInspectorProtocolMessages)
264 utils.print("frontend: " + command);
265 this._dispatchTable.set(requestId, handler);
266 utils.sendMessageToBackend(this.id, command);
267 }
268
269 stop() {
270 utils.stop(this.id);

Callers 2

_sendCommandPromiseMethod · 0.80
json-parse.jsFile · 0.80

Calls 2

printMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected