Get returns the global manager.
()
| 186 | |
| 187 | // Get returns the global manager. |
| 188 | func Get() *SyncMockManager { |
| 189 | return instance |
| 190 | } |
| 191 | |
| 192 | // New constructs an independent SyncMockManager with its own buffer, window |
| 193 | // ring, drop counter, and per-session dedup queue. It shares no state with the |
no outgoing calls