enableGlobalCycleDetection method

void enableGlobalCycleDetection()

Enable global cross-scope circular dependency detection.

Implementation

void enableGlobalCycleDetection() {
  _globalCycleDetectionEnabled = true;
}