()
| 1296 | } |
| 1297 | |
| 1298 | public Server getServer() { |
| 1299 | return server; |
| 1300 | } |
| 1301 | |
| 1302 | public Util.ExceptionlessAutoClosable pushToLogStack(Consumer<String> log, Consumer<String> error) { |
| 1303 | this.logStack.add(log); |
no outgoing calls
no test coverage detected