isCurrentMatch function

bool isCurrentMatch(
  1. int flags
)

Implementation

bool isCurrentMatch(int flags) => flags & kFlagMatchCurrent != 0;