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

Method isRunning

output/java_guava/1.4.19/AbstractService.java:430–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

stateMethod · 0.95

Tested by

no test coverage detected