addAll method

void addAll(
  1. List<String> commitList
)

Implementation

void addAll(List<String> commitList) {
  commitList.forEach(add);
}