MCPcopy
hub / github.com/angular/angular / abort

Function abort

packages/core/test/resource/resource_spec.ts:44–46  ·  view source on GitHub ↗
(req: T)

Source from the content-addressed store, hash-verified

42 }
43
44 abort(req: T) {
45 return this.reject(req, 'aborted');
46 }
47
48 reject(req: T, reason: any) {
49 const entry = this.pending.get(req);

Callers

nothing calls this directly

Calls 1

rejectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…