MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / call

Method call

frontend/src/rpc.ts:33–39  ·  view source on GitHub ↗
(method: string, params: Record<string, any> = {})

Source from the content-addressed store, hash-verified

31 constructor(ws: WebSocket, private reconnect?: () => Promise<WebSocket>) {
32 this.ws = ws;
33 this.attach(ws);
34 }
35
36 onEvent(handler: (event: PushEvent) => void): void {
37 this.eventHandlers.push(handler);
38 }
39
40 onDisconnect(handler: (reason: string) => void): void {
41 this.disconnectHandlers.push(handler);
42 }

Callers 10

mainFunction · 0.95
startMethod · 0.80
exitFromCommandMethod · 0.80
submitInputMethod · 0.80
handleEscapeMethod · 0.80
loadSlashItemsMethod · 0.80
acceptMenuSelectionMethod · 0.80
showSkillsMethod · 0.80
showSessionsMethod · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected