MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / send

Method send

src/shared/socket/types.ts:42–42  ·  view source on GitHub ↗
(data: string | ArrayBufferLike | Blob | ArrayBufferView)

Source from the content-addressed store, hash-verified

40 onmessage: CB;
41 onopen: CB;
42 send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void;
43 close(code?: number, reason?: string): void;
44 readyState: number;
45}

Callers 15

registerShortcutMethod · 0.65
AppClass · 0.65
renderMethod · 0.65
RightBrowseSidebarClass · 0.65
renderMethod · 0.65
removeImageMethod · 0.65
saveImageMethod · 0.65
onAddAppLaunchMethod · 0.65
renderMethod · 0.65
useProcessActionCallbackFunction · 0.65
LogsPageClass · 0.65

Implementers 1

SocketServersrc/back/SocketServer.ts

Calls

no outgoing calls

Tested by

no test coverage detected