src/main/java/build/buildfarm/instance/shard/ShardInstance.java [2465:2471]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public FindOperationsResults findOperations(String filterPredicate) {
    try {
      return backplane.findOperations(this, filterPredicate);
    } catch (IOException e) {
      throw Status.fromThrowable(e).asRuntimeException();
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/build/buildfarm/worker/shard/ShardWorkerInstance.java [384:390]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public FindOperationsResults findOperations(String filterPredicate) {
    try {
      return backplane.findOperations(this, filterPredicate);
    } catch (IOException e) {
      throw Status.fromThrowable(e).asRuntimeException();
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



