MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / connect

Function connect

packages/message/client.ts:22–24  ·  view source on GitHub ↗
(msgSender: MessageSend, action: string, data?: any)

Source from the content-addressed store, hash-verified

20}
21
22export function connect(msgSender: MessageSend, action: string, data?: any): Promise<MessageConnect> {
23 return msgSender.connect({ action, data });
24}
25
26export class Client {
27 constructor(

Callers 4

handlerFunction · 0.90
useStreamingChatFunction · 0.90
GM_xmlhttpRequestMethod · 0.90
connectMethod · 0.90

Calls 1

connectMethod · 0.65

Tested by

no test coverage detected