EnableUpdatePipe enables the internal update pipe implementation. The mode argument selects the pipe behavior. EnableUpdatePipe must be called before the first call to the Updates() method. This method is idempotent. All calls after a successful one do nothing.
(mode BackendMode)
| 42 | // |
| 43 | // This method is idempotent. All calls after a successful one do nothing. |
| 44 | EnableUpdatePipe(mode BackendMode) error |
| 45 | } |
no outgoing calls
no test coverage detected