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

Function receive

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

Source from the content-addressed store, hash-verified

12
13// Receiver function called by inspector, delegating to active wrapper.
14function receive(message) {
15 activeWrapper.receiveMessage(message);
16}
17
18class DebugWrapper {
19 constructor() {

Callers

nothing calls this directly

Calls 1

receiveMessageMethod · 0.80

Tested by

no test coverage detected