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

Method nextCallback

packages/common/http/src/jsonp.ts:112–114  ·  view source on GitHub ↗

* Get the name of the next callback method, by incrementing the global `nextRequestId`.

()

Source from the content-addressed store, hash-verified

110 * Get the name of the next callback method, by incrementing the global `nextRequestId`.
111 */
112 private nextCallback(): string {
113 return `ng_jsonp_callback_${nextRequestId++}`;
114 }
115
116 /**
117 * Processes a JSONP request and returns an event stream of the results.

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected