hasPassed method

bool hasPassed(
  1. CLoadingState state
)

Implementation

bool hasPassed(CLoadingState state) {
  return index >= state.index;
}