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

Method sendMessage

deps/v8/test/debugger/test-api.js:262–265  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

260 }
261
262 sendMessage(message) {
263 if (printProtocolMessages) print(message);
264 send(message);
265 }
266
267 sendMessageForMethodChecked(method, params) {
268 const {msgid, msg} = this.createMessage(method, params);

Callers 15

clearBreakPointMethod · 0.95
setBreakPointsActiveMethod · 0.95
setVariableValueMethod · 0.95
getPropertiesMethod · 0.95
reconstructValueMethod · 0.95
evaluateOnCallFrameMethod · 0.95
execStateFrameRestartMethod · 0.95
evaluateGlobalMethod · 0.95
eventDataScriptSourceMethod · 0.95

Calls 2

printFunction · 0.50
sendFunction · 0.50

Tested by

no test coverage detected