MCPcopy
hub / github.com/wavetermdev/waveterm / recvRpcMessage

Method recvRpcMessage

frontend/types/custom.d.ts:420–420  ·  view source on GitHub ↗
(msg: RpcMessage)

Source from the content-addressed store, hash-verified

418
419 interface AbstractWshClient {
420 recvRpcMessage(msg: RpcMessage): void;
421 }
422
423 type ClientRpcEntry = {

Callers 9

reannounceRoutesMethod · 0.65
_sendRoutedMessageMethod · 0.65
registerRouteMethod · 0.65
unregisterRouteMethod · 0.65
handleFnFunction · 0.65
sendRpcCancelFunction · 0.65
sendRpcResponseFunction · 0.65
sendRpcCommandFunction · 0.65
handleFnFunction · 0.65

Implementers 4

UpstreamWshRpcProxyfrontend/app/store/wshrpcutil.ts
UpstreamWshRpcProxyfrontend/app/store/wshrpcutil-base.ts
WshClientfrontend/app/store/wshclient.ts
WshRouterfrontend/app/store/wshrouter.ts

Calls

no outgoing calls

Tested by

no test coverage detected