MCPcopy Create free account
hub / github.com/antlr/codebuff / isRunning

Method isRunning

output/java_guava/1.4.16/AbstractService.java:428–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 }
427
428 @Override
429 public final boolean isRunning() {
430 return state() == RUNNING;
431 }
432
433 @Override
434 public final State state() {

Callers

nothing calls this directly

Calls 1

stateMethod · 0.95

Tested by

no test coverage detected