Gets the current Server singleton @return Server instance being ran
()
| 68 | * @return Server instance being ran |
| 69 | */ |
| 70 | @NotNull |
| 71 | public static Server getServer() { |
| 72 | return server; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Attempts to set the {@link Server} singleton. |
no outgoing calls
no test coverage detected