MCPcopy Index your code
hub / github.com/processing/processing / active

Method active

java/libraries/net/src/processing/net/Server.java:196–198  ·  view source on GitHub ↗

( begin auto-generated from Server_active.xml ) Returns true if this server is still active and hasn't run into any trouble. ( end auto-generated ) @webref server:server @brief Return true if this server is still active.

()

Source from the content-addressed store, hash-verified

194 * @brief Return true if this server is still active.
195 */
196 public boolean active() {
197 return thread != null;
198 }
199
200
201 static public String ip() {

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected