in docker/ops-playground-image/java/flink-playground-clickcountjob/src/main/java/org/apache/flink/playgrounds/ops/clickcount/functions/CountingAggregator.java [39:41]
3 lines of code
1 McCabe index (conditional complexity)
public Long getResult(final Long accumulator) {
return accumulator;
}