(symbol, endpointId)
| 5675 | }; |
| 5676 | |
| 5677 | let assignEndpointIdToContext = (symbol, endpointId) => { |
| 5678 | if (Binance.depthCacheContext[symbol]) { |
| 5679 | let context = Binance.depthCacheContext[symbol]; |
| 5680 | context.endpointId = endpointId; |
| 5681 | } |
| 5682 | }; |
| 5683 | |
| 5684 | let handleDepthStreamData = depth => { |
| 5685 | let symbol = depth.s; |
no outgoing calls
no test coverage detected