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

Method dispatch

typings/internalBinding/inspector.d.ts:2–2  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1interface InspectorConnectionInstance {
2 dispatch(message: string): void;
3 disconnect(): void;
4}
5

Callers 15

postMethod · 0.65
[kOnDrain]Method · 0.65
[kDispatch]Method · 0.65
dispatchMethod · 0.65
dispatchMethod · 0.65
requestFunction · 0.65
streamFunction · 0.65
pipelineFunction · 0.65
upgradeFunction · 0.65
connectFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected