(rpcCtx wshrpc.RpcContext, serverImpl ServerImpl, debugName string)
| 239 | } |
| 240 | |
| 241 | func MakeWshRpc(rpcCtx wshrpc.RpcContext, serverImpl ServerImpl, debugName string) *WshRpc { |
| 242 | return MakeWshRpcWithChannels(nil, nil, rpcCtx, serverImpl, debugName) |
| 243 | } |
| 244 | |
| 245 | func (w *WshRpc) GetRpcContext() wshrpc.RpcContext { |
| 246 | rtnPtr := w.RpcContext.Load() |
no test coverage detected