MCPcopy Create free account
hub / github.com/angular/angular / cancelScheduleRequest

Method cancelScheduleRequest

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

Source from the content-addressed store, hash-verified

1451 }
1452
1453 public cancelScheduleRequest() {
1454 this._transitionTo(notScheduled, scheduling);
1455 }
1456
1457 _transitionTo(toState: TaskState, fromState1: TaskState, fromState2?: TaskState) {
1458 if (this._state === fromState1 || this._state === fromState2) {

Callers

nothing calls this directly

Calls 1

_transitionToMethod · 0.95

Tested by

no test coverage detected