InitPush prepares the UpdatePipe to be used as updates source (Push method). It is called implicitly on the first Push call, but calling it explicitly allows to detect initialization errors early.
()
| 51 | // It is called implicitly on the first Push call, but calling it |
| 52 | // explicitly allows to detect initialization errors early. |
| 53 | InitPush() error |
| 54 | |
| 55 | // Push writes the update to the pipe. |
| 56 | // |
no outgoing calls
no test coverage detected