()
| 256 | } |
| 257 | |
| 258 | function _getBufferMap(): WeakMap<Client, Array<SerializedMetric>> { |
| 259 | // The reference to the Client <> MetricBuffer map is stored on the carrier to ensure it's always the same |
| 260 | return getGlobalSingleton('clientToMetricBufferMap', () => new WeakMap<Client, Array<SerializedMetric>>()); |
| 261 | } |
no test coverage detected