MCPcopy Index your code
hub / github.com/angular/angular / cancelScheduleRequest

Method cancelScheduleRequest

packages/zone.js/lib/zone-impl.ts:1458–1460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1456 }
1457
1458 public cancelScheduleRequest() {
1459 this._transitionTo(notScheduled, scheduling);
1460 }
1461
1462 _transitionTo(toState: TaskState, fromState1: TaskState, fromState2?: TaskState) {
1463 if (this._state === fromState1 || this._state === fromState2) {

Callers

nothing calls this directly

Calls 1

_transitionToMethod · 0.95

Tested by

no test coverage detected