processCommit method

void processCommit(
  1. Commit node
)

Implementation

void processCommit(Commit node) {
  get<Commit>()?.call(node);
}