()
| 243 | } |
| 244 | |
| 245 | func (w *WshRpc) GetRpcContext() wshrpc.RpcContext { |
| 246 | rtnPtr := w.RpcContext.Load() |
| 247 | return *rtnPtr |
| 248 | } |
| 249 | |
| 250 | func (w *WshRpc) SetRpcContext(ctx wshrpc.RpcContext) { |
| 251 | w.RpcContext.Store(&ctx) |
no outgoing calls
no test coverage detected