MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / isConnected

Method isConnected

samples/JGroups/src/RouterStub.java:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 public boolean isConnected() {
125 return !(connectionState == ConnectionStatus.CONNECTION_BROKEN || connectionState == ConnectionStatus.INITIAL);
126 }
127
128 public ConnectionStatus getConnectionStatus() {
129 return connectionState;

Callers 3

doConnectMethod · 0.95
getMembersMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected