EnterIdleModeForTesting instructs the channel to enter idle mode.
()
| 186 | |
| 187 | // EnterIdleModeForTesting instructs the channel to enter idle mode. |
| 188 | func (m *Manager) EnterIdleModeForTesting() { |
| 189 | m.tryEnterIdleMode(false) |
| 190 | } |
| 191 | |
| 192 | // OnCallBegin is invoked at the start of every RPC. |
| 193 | func (m *Manager) OnCallBegin() { |
no test coverage detected