MCPcopy Index your code
hub / github.com/facebook/react / send

Function send

packages/react-devtools-shared/src/__tests__/setupTests.js:254–256  ·  view source on GitHub ↗
(event: string, payload: any, transferable?: Array<any>)

Source from the content-addressed store, hash-verified

252 };
253 },
254 send(event: string, payload: any, transferable?: Array<any>) {
255 bridgeListeners.forEach(callback => callback({event, payload}));
256 },
257 });
258
259 const store = new Store(((bridge: any): FrontendBridge), {

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.65
callbackFunction · 0.50

Tested by

no test coverage detected