Method
start
Start the service (connect or simulate).
()
Source from the content-addressed store, hash-verified
| 65 | |
| 66 | /** Start the service (connect or simulate). */ |
| 67 | start() { |
| 68 | this._connect(); |
| 69 | } |
| 70 | |
| 71 | /** Stop the service entirely. */ |
| 72 | stop() { |
Tested by
no test coverage detected