setTestIsolatesCount function

  1. @visibleForTesting
void setTestIsolatesCount(
  1. int count
)

Implementation

@visibleForTesting
void setTestIsolatesCount(int count) {
  _testIsolatesCount = count;
}